Skip to content

Commit 0e5a8e6

Browse files
Update pkg/rabbitmqamqp/amqp_consumer_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ca2f78a commit 0e5a8e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/rabbitmqamqp/amqp_consumer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ var _ = Describe("Consumer direct reply to", func() {
232232
Expect(connection.Close(context.Background())).To(BeNil())
233233
})
234234

235-
It("Queue address should be the dynamic name starting from rabbitmq-queue", func() {
235+
It("Queue address should be the dynamic name containing amq.rabbitmq.reply-to", func() {
236236

237237
connection, err := Dial(context.Background(), "amqp://", nil)
238238
Expect(err).To(BeNil())

0 commit comments

Comments
 (0)