File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ function teardown {
1515}
1616
1717function waitForNss {
18+ docker pull solidtestsuite/webid-provider-tests
1819 until docker run --rm --network=testnet solidtestsuite/webid-provider-tests curl -kI https://$1 2> /dev/null > /dev/null
1920 do
2021 echo Waiting for $1 to start, this can take up to a minute ...
@@ -56,5 +57,5 @@ teardown
5657# --env COOKIE="$COOKIE_server" \
5758# --env COOKIE_ALICE="$COOKIE_server" \
5859# --env COOKIE_BOB="$COOKIE_thirdparty" \
59- # --env-file test/surface/$1- env.list
60+ # --env-file test/surface/web-access-control-tests- env.list \
6061# solidtestsuite/web-access-control-tests:latest /bin/bash
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ ALICE_WEBID=https://thirdparty/profile/card#me
22SERVER_ROOT=https://thirdparty
33USERNAME=alice
44PASSWORD=123
5- ACL_CACHE_TIME=5
5+ ACL_CACHE_TIME=5
6+
You can’t perform that action at this time.
0 commit comments