Skip to content

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hodlonaut committed Nov 20, 2024
1 parent 9e6517d commit ed537cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cat <<-EOF
To run the endpoint validation tests, use the below:
schemathesis run --request-timeout 25000 ../specs/results/koiosapi-guild.yaml --hypothesis-phases=explicit --hypothesis-verbosity quiet \\
-b http://127.0.0.1:8053/api/v1 -c all --validate-schema=true -H "Content-Type: application/json" --experimental=openapi-3.1 --exclude-checks ignored_auths
-b http://127.0.0.1:8053/api/v1 -c all --validate-schema=true -H "Content-Type: application/json" --experimental=openapi-3.1 --exclude-checks ignored_auth
where http://127.0.0.1:8053/api/v1 is the URL of instance you want to test, and guild.koios.rest is the target enviornment for testing.
Expand Down

0 comments on commit ed537cc

Please sign in to comment.