We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d03fe commit a7e0e7aCopy full SHA for a7e0e7a
system_tests/system_test.go
@@ -623,7 +623,7 @@ CONSOLE_LOG=new`
623
Expect(rmqClusterClient.Delete(context.TODO(), cluster)).To(Succeed())
624
})
625
626
- FIt("publishes and consumes a message", func() {
+ It("publishes and consumes a message", func() {
627
if !hasFeatureEnabled(cluster, "stream_queue") {
628
Skip("rabbitmq_stream plugin is not supported by RabbitMQ image " + cluster.Spec.Image)
629
}else {
0 commit comments