Skip to content

Commit

Permalink
Set TESTS_E2E_TOKEN_METADATA consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Dec 1, 2023
1 parent 4c6db3c commit b3b6f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/docker_compose.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

NETWORK=testnet \
TESTS_E2E_TOKEN_METADATA=https://metadata.cardano-testnet.iohkdev.io/ \
TESTS_E2E_TOKEN_METADATA=https://metadata.world.dev.cardano.org/ \
WALLET=dev-master \
NODE=1.34.1 \
NODE_CONFIG_PATH=`pwd`/state/configs/$NETWORK \
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# NOTE: Running `rake run_on[testnet,local]' overrides this and assumes node and wallet on $PATH
ENV['TESTS_E2E_BINDIR'] ||= './bins'

ENV['TESTS_E2E_TOKEN_METADATA'] ||= 'http://metadata.world.dev.cardano.org'
ENV['TESTS_E2E_TOKEN_METADATA'] ||= 'https://metadata.world.dev.cardano.org'
ENV['TESTS_E2E_SMASH'] ||= 'https://smash.shelley-qa.dev.cardano.org/'
ENV['WALLET_PORT'] ||= '8090'
ENV['NETWORK'] ||= 'preprod'
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

TESTS_E2E_STATEDIR=./state \
TESTS_E2E_BINDIR=./bins \
TESTS_E2E_TOKEN_METADATA=https://metadata.cardano-testnet.iohkdev.io/ \
TESTS_E2E_TOKEN_METADATA=https://metadata.world.dev.cardano.org/metadata/ \
rake run_on[testnet]

0 comments on commit b3b6f60

Please sign in to comment.