Skip to content

Commit

Permalink
Excluding status_code_conformance check for now
Browse files Browse the repository at this point in the history
It still yields several Bad Request errors.
  • Loading branch information
cmil committed Jan 29, 2024
1 parent be316c9 commit 11cf273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schemathesis.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This should reproduce the test in the GitHub workflow.

schemathesis run http://localhost:8081/exist/restxq/v1/openapi.yaml \
--checks not_a_server_error,content_type_conformance,response_headers_conformance,response_schema_conformance \
--exclude-checks status_code_conformance \
--report \
--hypothesis-max-examples 50 \
--auth admin: \
Expand Down

0 comments on commit 11cf273

Please sign in to comment.