mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 01:01:57 +01:00
Fix compialtion for all tests
This commit is contained in:
parent
5b175f6b33
commit
f52ef639ed
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ require "../src/invidious/jobs/*"
|
|||
require "spectator"
|
||||
|
||||
CONFIG = Config.from_yaml(File.open("config/config.example.yml"))
|
||||
OUTPUT = CONFIG.output.upcase == "STDOUT" ? STDOUT : File.open(CONFIG.output, mode: "a")
|
||||
LOGGER = Invidious::LogHandler.new(OUTPUT, CONFIG.log_level)
|
||||
|
||||
Spectator.configure do |config|
|
||||
config.fail_blank
|
||||
|
|
Loading…
Reference in a new issue