Skip to content

Commit

Permalink
Don't make any assumptions about what initial cluster name is
Browse files Browse the repository at this point in the history
References #104.
  • Loading branch information
michaelklishin committed Sep 13, 2017
1 parent 583cea3 commit 751d8f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rabbithole_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ var _ = Describe("Rabbithole", func() {
It("Set cluster name", func() {
previousClusterName, err := rmqc.GetClusterName()
Ω(err).Should(BeNil())
Ω(previousClusterName.Name).Should(Equal("rabbitmq@localhost"))
cnStr := "rabbitmq@rabbit-hole-test"
cn := ClusterName{Name: cnStr}
resp, err := rmqc.SetClusterName(cn)
Expand Down

0 comments on commit 751d8f6

Please sign in to comment.