spelling for tests
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
2dc147728a
commit
93ab9cad33
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func TestValidateArrayOfServerName(t *testing.T) {
|
|||
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",
|
||||
wantErr: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue