Skip to content

Commit 6d3c6cf

Browse files
Check cors on openid configuration (#134)
* Allow running in bash on mac * Run webid-provider-tests v2.1.1 which checks for CORS headers on /.well-known/openid-configuration --------- Co-authored-by: Michiel de Jong <[email protected]>
1 parent c68e7b1 commit 6d3c6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-solid-test-suite.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ function setup {
1313
docker pull michielbdejong/nextcloud-cookie
1414
docker pull solidtestsuite/solid-crud-tests:v7.0.5
1515
docker pull solidtestsuite/web-access-control-tests:v7.1.0
16-
docker pull solidtestsuite/webid-provider-tests:v2.1.0
16+
docker pull solidtestsuite/webid-provider-tests:v2.1.1
1717

1818
docker tag solidtestsuite/solid-crud-tests:v7.0.5 solid-crud-tests
1919
docker tag solidtestsuite/web-access-control-tests:v7.1.0 web-access-control-tests
20-
docker tag solidtestsuite/webid-provider-tests:v2.1.0 webid-provider-tests
20+
docker tag solidtestsuite/webid-provider-tests:v2.1.1 webid-provider-tests
2121
}
2222

2323
function teardown {

0 commit comments

Comments
 (0)