fixed test for auth disabled

This commit is contained in:
Souhaila Noor 2021-12-03 12:00:07 -06:00
parent e8f5458100
commit 90c3c67ce4

View file

@ -462,14 +462,7 @@ func TestConfig_validateAuth(t *testing.T) {
},
{
// Auth disabled, all configs are set to empty string
[]string{
errorMesgEmpty,
errorMesgEmpty,
errorMesgEmpty,
errorMesgEmpty,
errorMesgEmpty,
errorMesgEmpty,
},
[]string{},
auth.Auth{
Enable: disable,
ClientId: emptyString,