Browse Source

network-tests: fix path to assets folder

Mokhtar Naamani 4 years ago
parent
commit
69129a4279
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/network-tests/run-storage-node-tests.sh

+ 3 - 3
tests/network-tests/run-storage-node-tests.sh

@@ -41,11 +41,11 @@ sleep 1m
 
 echo "Creating channel..."
 yarn joystream-cli media:createChannel \
-  --input ./tests/network-tests/assets/TestChannel.json --confirm
+  --input ./assets/TestChannel.json --confirm
 
 echo "Uploading video..."
-yes | yarn joystream-cli media:uploadVideo ./tests/network-tests/assets/joystream.MOV \
-  --input ./tests/network-tests/assets/TestVideo.json \
+yes | yarn joystream-cli media:uploadVideo ./assets/joystream.MOV \
+  --input ./assets/TestVideo.json \
   --confirm 
 
 time DEBUG=* yarn workspace network-tests run-test-scenario storage-node