Skip to content

Commit

Permalink
Fixed HTTP method in test
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 20, 2023
1 parent 5a2eddc commit 399973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-tests/graph-store-protocol/PUT-no-parent-403.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ popd > /dev/null

(
curl -k -w "%{http_code}\n" -o /dev/null -s \
-X POST \
-X PUT \
-E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \
-H "Content-Type: application/n-triples" \
--data-binary @- \
Expand Down

0 comments on commit 399973b

Please sign in to comment.