Skip to content

Commit

Permalink
test: correct description for secure cookie test
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Nov 6, 2024
1 parent 0751d18 commit 724132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestConfig_Validate(t *testing.T) {
},
},
{
"secure cookies cannot be disabled for non-secure ingress",
"secure cookies cannot be disabled for secure ingress",
func(cfg *config.Config) {
cfg.Cookie.Secure = false
cfg.Ingresses = []string{"https://localhost:3000"}
Expand Down

0 comments on commit 724132e

Please sign in to comment.