From c7042c396e28078756071bdd196466537022ac65 Mon Sep 17 00:00:00 2001 From: James Strong Date: Mon, 26 Aug 2024 15:45:51 -0400 Subject: [PATCH] spelling for tests Signed-off-by: James Strong --- internal/ingress/annotations/parser/validators_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ingress/annotations/parser/validators_test.go b/internal/ingress/annotations/parser/validators_test.go index f711f78f0..6c88342e4 100644 --- a/internal/ingress/annotations/parser/validators_test.go +++ b/internal/ingress/annotations/parser/validators_test.go @@ -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, },