Skip to content

Commit

Permalink
Actually fix request-access test
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 12, 2023
1 parent 372391a commit 6fc8512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http-tests/admin/GET-request-access-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \
-H 'Accept: text/html' \
--data-urlencode "access-to=${END_USER_BASE_URL}" \
"${ADMIN_BASE_URL}request%20access" \
| grep -q "$STATUS_CREATED"
| grep -q "$STATUS_OK"
2 changes: 1 addition & 1 deletion http-tests/admin/POST-request-access.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ curl -w "%{http_code}\n" -o /dev/null -k -s \
--data-urlencode "pu=http://xmlns.com/foaf/0.1/primaryTopic" \
--data-urlencode "ob=request" \
"${ADMIN_BASE_URL}request%20access" \
| grep -q "$STATUS_OK"
| grep -q "$STATUS_CREATED"

0 comments on commit 6fc8512

Please sign in to comment.