Browse Source

query-node: test runner, export WS_PROVIDER_ENDPOINT_URI

Mokhtar Naamani 4 years ago
parent
commit
fdb6ed68f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      query-node/run-tests.sh

+ 1 - 1
query-node/run-tests.sh

@@ -18,7 +18,7 @@ trap cleanup EXIT
 
 
 # The endpoint name comes from the expected container name for joystream/node
 # The endpoint name comes from the expected container name for joystream/node
 # in tests/network-tests/run-tests.sh
 # in tests/network-tests/run-tests.sh
-WS_PROVIDER_ENDPOINT_URI=ws://joystream-node:9944/
+export WS_PROVIDER_ENDPOINT_URI=ws://joystream-node:9944/
 
 
 yarn build
 yarn build
 yarn db:up
 yarn db:up