mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
fixed test for auth disabled
This commit is contained in:
parent
e8f5458100
commit
90c3c67ce4
1 changed files with 1 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue