From f52ef639eda266ffcd4527a8053941d17cd5d3e6 Mon Sep 17 00:00:00 2001 From: Joseph Johansen Date: Fri, 21 Jun 2024 18:22:42 +0100 Subject: [PATCH] Fix compialtion for all tests --- spec/spec_helper.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr index 16bf421c..035196b8 100644 --- a/spec/spec_helper.cr +++ b/spec/spec_helper.cr @@ -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