소스 검색

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