Skip to content

Commit c69e5c7

Browse files
authored
fix: schemathesis (#1511)
1 parent 53a4ddb commit c69e5c7

File tree

1 file changed

+1
-1
lines changed
  • catalyst-gateway/tests/schemathesis_tests

1 file changed

+1
-1
lines changed

catalyst-gateway/tests/schemathesis_tests/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ package-schemathesis:
1515
VOLUME /results
1616
ENTRYPOINT st run --include-path-regex '^/api/v1/health/' \
1717
--exclude-path '/api/v1/health/inspection' \ #excluding since this is a internal debug endpoint
18-
--checks=all $openapi_spec \
18+
$openapi_spec \
1919
--workers=2 \
2020
--wait-for-schema=120 \
2121
--max-response-time=5000 \

0 commit comments

Comments
 (0)