mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
updated the tests
This commit is contained in:
parent
20871a8780
commit
bae9d16c4f
1 changed files with 0 additions and 4 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue