Skip to content

Commit

Permalink
Use a more sensible virtual host in this test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 1, 2021
1 parent 58cef80 commit bdc26b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabbithole_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ var _ = Describe("RabbitMQ HTTP API client", func() {
params.Add("lengths_age", "1800")
params.Add("lengths_incr", "30")

qs, err := rmqc.ListQueuesWithParametersIn("", params)
qs, err := rmqc.ListQueuesWithParametersIn("rabbit/hole", params)
Ω(err).Should(BeNil())

q := qs[0]
Expand Down

0 comments on commit bdc26b8

Please sign in to comment.