Skip to content

Commit f6a583f

Browse files
committed
feat(router): rename test
1 parent 657114b commit f6a583f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router/pkg/config/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ security:
17261726
require.ErrorContains(t, err, "value must be one of")
17271727
})
17281728

1729-
t.Run("default mode is unset and treated as enforce at runtime", func(t *testing.T) {
1729+
t.Run("mode is unset when omitted from YAML", func(t *testing.T) {
17301730
t.Parallel()
17311731

17321732
f := createTempFileFromFixture(t, `

0 commit comments

Comments
 (0)