Skip to content

Commit

Permalink
spelling for tests
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <strong.james.e@gmail.com>
  • Loading branch information
strongjz committed Aug 26, 2024
1 parent 0d7d53c commit c7042c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/annotations/parser/validators_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit c7042c3

Please sign in to comment.