From d524d06b5a932c2cd45b5fef07ead3aa2f44091b Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 7 Dec 2020 12:52:33 -0500 Subject: [PATCH] Add URL OAuth config to integration tests --- tests/Tgstation.Server.Tests/TestingServer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Tgstation.Server.Tests/TestingServer.cs b/tests/Tgstation.Server.Tests/TestingServer.cs index 7eee0642a1..3459c2a11a 100644 --- a/tests/Tgstation.Server.Tests/TestingServer.cs +++ b/tests/Tgstation.Server.Tests/TestingServer.cs @@ -93,6 +93,7 @@ namespace Tgstation.Server.Tests { args.Add($"Security:OAuth:{I}:ClientId=Fake"); args.Add($"Security:OAuth:{I}:ClientSecret=Faker"); + args.Add($"Security:OAuth:{I}:Url=https://fakest.com"); } // SPECIFICALLY DELETE THE DEV APPSETTINGS, WE DON'T WANT IT IN THE WAY