Skip to content

Commit

Permalink
test: adjust ArNS e2e tests to set ARNS_ROOT_HOST
Browse files Browse the repository at this point in the history
We only enable ArNS now when that's set.
  • Loading branch information
djwhitt committed Aug 29, 2023
1 parent 438f7f7 commit b42851e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/end-to-end/arns-test
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

export START_HEIGHT=0
export STOP_HEIGHT=0
export ARNS_ROOT_HOST=ar-io.localhost

container=$(
docker run -d \
-p 4000:4000 \
-e START_HEIGHT \
-e STOP_HEIGHT \
-e ARNS_ROOT_HOST \
-v $PWD/data/:/app/data \
$IMAGE_URI
)
Expand Down

0 comments on commit b42851e

Please sign in to comment.