Skip to content

Commit a7e0e7a

Browse files
Unfocus
1 parent 07d03fe commit a7e0e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_tests/system_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ CONSOLE_LOG=new`
623623
Expect(rmqClusterClient.Delete(context.TODO(), cluster)).To(Succeed())
624624
})
625625

626-
FIt("publishes and consumes a message", func() {
626+
It("publishes and consumes a message", func() {
627627
if !hasFeatureEnabled(cluster, "stream_queue") {
628628
Skip("rabbitmq_stream plugin is not supported by RabbitMQ image " + cluster.Spec.Image)
629629
}else {

0 commit comments

Comments
 (0)