We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f78d1 commit 5dad54eCopy full SHA for 5dad54e
internal/resource/configmap_test.go
@@ -222,7 +222,7 @@ CONSOLE_LOG=new`
222
Expect(configMap.Data).ToNot(HaveKey("rabbitmq-env.conf"))
223
})
224
225
- Context("rabbitmq-env.conf i set", func() {
+ Context("rabbitmq-env.conf is set", func() {
226
When("new envConf is empty", func() {
227
It("removes rabbitmq-env.conf key from configMap", func() {
228
instance.Spec.Rabbitmq.EnvConfig = `USE_LONGNAME=true`
0 commit comments