Merge branch 'master' into 3038-default-port-numbers
[arvados.git] / services / keepproxy / keepproxy_test.go
index c4e5ae7258f0963093232f78877820ed15c0296c..5944b2c21d0d27d776c6ab54cc3d444160aaa16f 100644 (file)
@@ -62,7 +62,7 @@ func (s *ServerRequiredSuite) SetUpSuite(c *C) {
                }
        }
 
-       os.Setenv("ARVADOS_API_HOST", "localhost:3001")
+       os.Setenv("ARVADOS_API_HOST", "localhost:3000")
        os.Setenv("ARVADOS_API_TOKEN", "4axaw8zxe0qm22wa6urpp5nskcne8z88cvbupv653y1njyi05h")
        os.Setenv("ARVADOS_API_HOST_INSECURE", "true")
 }