Skip to content

Commit

Permalink
spelling: with
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Sep 15, 2022
1 parent f15f197 commit b82303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/translator/translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func TestToRedirectUrlMap(t *testing.T) {
expect: nil,
},
{
desc: "Disabled with with no response code set",
desc: "Disabled with no response code set",
fc: &frontendconfigv1beta1.FrontendConfig{Spec: frontendconfigv1beta1.FrontendConfigSpec{RedirectToHttps: &frontendconfigv1beta1.HttpsRedirectConfig{Enabled: false}}},
expect: nil,
},
Expand Down

0 comments on commit b82303e

Please sign in to comment.