浏览代码

Add customer_prefix to the store URL for integration test

Change-Id: I321c0fbf2f2df84b8af603d0f751d5f4ac36ab06
Signed-off-by: Li Yi <denverdino@gmail.com>
Li Yi 9 年之前
父节点
当前提交
824bdec0bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libnetwork/store_test.go

+ 1 - 1
libnetwork/store_test.go

@@ -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)
 	}