瀏覽代碼

query-node: test runner set correct ws endpoint

Mokhtar Naamani 4 年之前
父節點
當前提交
b503063285
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      query-node/run-tests.sh

+ 4 - 0
query-node/run-tests.sh

@@ -16,6 +16,10 @@ function cleanup() {
 
 trap cleanup EXIT
 
+# The endpoint name comes from the expected container name for joystream/node
+# in tests/network-tests/run-tests.sh
+WS_PROVIDER_ENDPOINT_URI=ws://joystream-node:9944/
+
 yarn build
 yarn db:up
 yarn db:migrate