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 93735f7 commit 13e081aCopy full SHA for 13e081a
.github/workflows/build_backend.yml
@@ -34,7 +34,7 @@ jobs:
34
mkdir -p schemathesis
35
python3 -m venv schemathesis
36
. schemathesis/bin/activate
37
- pip install schemathesis
+ pip install schemathesis==3.24.3
38
st run --endpoint 'activities' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
39
#st run --endpoint 'media' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
40
st run --endpoint 'control/speak' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
0 commit comments