We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338a899 commit c0079fdCopy full SHA for c0079fd
internal/mode/static/nginx/config/generator_test.go
@@ -127,4 +127,7 @@ func TestGenerate(t *testing.T) {
127
Path: "/etc/nginx/secrets/test-keypair.pem",
128
Content: []byte("test-cert\ntest-key"),
129
}))
130
+
131
+ g.Expect(files[6].Path).To(Equal("/etc/nginx/stream-conf.d/stream.conf"))
132
+ g.Expect(files[6].Type).To(Equal(file.TypeRegular))
133
}
0 commit comments