We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef6dcd commit 5990241Copy full SHA for 5990241
.github/workflows/build_backend.yml
@@ -27,7 +27,7 @@ jobs:
27
mkdir -p schemathesis
28
python3 -m venv schemathesis
29
. schemathesis/bin/activate
30
- pip install schemathesis
+ pip install schemathesis==3.24.3
31
st run --endpoint 'activities' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
32
#st run --endpoint 'media' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
33
st run --endpoint 'control/speak' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
0 commit comments