spelling for tests

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2024-08-26 15:45:51 -04:00 committed by k8s-infra-cherrypick-robot
parent 2dc147728a
commit 93ab9cad33

View file

@ -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,
}, },