소스 검색

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