Browse Source

Add customer_prefix to the store URL for integration test

Change-Id: I321c0fbf2f2df84b8af603d0f751d5f4ac36ab06
Signed-off-by: Li Yi <denverdino@gmail.com>
Li Yi 9 years ago
parent
commit
824bdec0bd
1 changed files with 1 additions and 1 deletions
  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)
 	}