Skip to content

Commit

Permalink
test: open report tab from link
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 28, 2023
1 parent 6cfd6ee commit 6b3d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function urlencode() {
}

function getPlaygroundUrl() {
local playgroundUrl="$SHACL_PLAYGROUND_URL#shapesGraph=$(urlencode "$1")&dataGraph=$(urlencode "$2")&dataGraphFormat=text%2Fturtle"
local playgroundUrl="$SHACL_PLAYGROUND_URL#page=2&shapesGraph=$(urlencode "$1")&dataGraph=$(urlencode "$2")&dataGraphFormat=text%2Fturtle"
curl -s $SHORTENER --data-raw "url=$playgroundUrl"
}

Expand Down

0 comments on commit 6b3d23e

Please sign in to comment.