From 6b3d23efa17bef58c1e9299cd94b98a79438dbeb Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Tue, 28 Nov 2023 14:15:12 +0100 Subject: [PATCH] test: open report tab from link --- test/profiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/profiles.sh b/test/profiles.sh index 279fce3..ee9f662 100755 --- a/test/profiles.sh +++ b/test/profiles.sh @@ -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" }