From 0afcd8de4aba12cef991e75d9a733b6c306550d4 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 9 Jul 2020 15:02:45 -0400 Subject: [PATCH] Fix all tests using the BasicWatchdog --- tests/Tgstation.Server.Tests/TestingServer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/TestingServer.cs b/tests/Tgstation.Server.Tests/TestingServer.cs index 5bcf4c5857..aad3a9e24f 100644 --- a/tests/Tgstation.Server.Tests/TestingServer.cs +++ b/tests/Tgstation.Server.Tests/TestingServer.cs @@ -78,7 +78,6 @@ namespace Tgstation.Server.Tests String.Format(CultureInfo.InvariantCulture, "General:MinimumPasswordLength={0}", 10), String.Format(CultureInfo.InvariantCulture, "General:InstanceLimit={0}", 11), String.Format(CultureInfo.InvariantCulture, "General:UserLimit={0}", 150), - "General:UseBasicWatchdog=true", String.Format(CultureInfo.InvariantCulture, "FileLogging:Directory={0}", Path.Combine(Directory, "Logs")), String.Format(CultureInfo.InvariantCulture, "General:ValidInstancePaths:0={0}", Directory), "General:ByondTopicTimeout=3000"