Add customer_prefix to the store URL for integration test
Change-Id: I321c0fbf2f2df84b8af603d0f751d5f4ac36ab06 Signed-off-by: Li Yi <denverdino@gmail.com>
This commit is contained in:
parent
aababdc1c7
commit
824bdec0bd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
func TestZooKeeperBackend(t *testing.T) {
|
||||
c, err := testNewController(t, "zk", "127.0.0.1:2181")
|
||||
c, err := testNewController(t, "zk", "127.0.0.1:2181/custom_prefix")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue