From bae9d16c4f761188a7ac5473daca074cb8d66331 Mon Sep 17 00:00:00 2001 From: Souhaila Noor Date: Fri, 28 Jan 2022 14:28:59 -0600 Subject: [PATCH] updated the tests --- server/config_internal_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/config_internal_test.go b/server/config_internal_test.go index b12b58bff..1c377c4a1 100644 --- a/server/config_internal_test.go +++ b/server/config_internal_test.go @@ -309,7 +309,6 @@ func TestConfig_validateAuth(t *testing.T) { errorMesgEmpty, errorMesgEmpty, errorMesgEmpty, - errorMesgEmpty, }, Auth{ Enable: enable, @@ -328,7 +327,6 @@ func TestConfig_validateAuth(t *testing.T) { // Auth enabled, keys are invalid length []string{ errorMesgKey, - errorMesgEmpty, }, Auth{ Enable: enable, @@ -361,7 +359,6 @@ func TestConfig_validateAuth(t *testing.T) { LogoutURL: invalidURL, Scopes: validStringSlice, SecretKey: validKey, - QueryLogPath: "thisnisfasdfPAth", }, }, { @@ -380,7 +377,6 @@ func TestConfig_validateAuth(t *testing.T) { LogoutURL: validTestURL, Scopes: emptySlice, SecretKey: validKey, - QueryLogPath: "thisaisdf aPath", }, }, {