Skip to content

Commit 49c2de3

Browse files
committed
fix test url
1 parent 0f4ed73 commit 49c2de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/graalvm-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
curl --request POST \
6767
--verbose \
6868
--header 'content-type: application/json' \
69-
--url http://localhost:8080/ \
69+
--url http://localhost:8080/graphql \
7070
--data '{"query":"query($inputArg: InputOnlyInput){ inputTypeQuery(arg: $inputArg) }","variables":{"inputArg": { "id": 123 }}}' \
7171
> response.json
7272

0 commit comments

Comments
 (0)