Fixing zookeeper address that was changed for testing.
This commit is contained in:
parent
5f55f22265
commit
6fabdee23a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ func TestNoopLogger(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestLeaderFromZK(t *testing.T) {
|
||||
cluster := realis.GetDefaultClusterFromZKUrl("192.168.33.7")
|
||||
cluster := realis.GetDefaultClusterFromZKUrl("192.168.33.2:2181")
|
||||
url, err := realis.LeaderFromZK(*cluster)
|
||||
|
||||
assert.NoError(t, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue