spelling for tests
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
0d7d53ca3d
commit
c7042c396e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func TestValidateArrayOfServerName(t *testing.T) {
|
||||||
wantErr: false,
|
wantErr: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "should allow comma seperated query params",
|
name: "should allow comma separated query params",
|
||||||
value: "https://oauth.example/oauth2/auth?allowed_groups=gid1,gid2",
|
value: "https://oauth.example/oauth2/auth?allowed_groups=gid1,gid2",
|
||||||
wantErr: false,
|
wantErr: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue