We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62e4ef commit d1aa352Copy full SHA for d1aa352
README.md
@@ -12,7 +12,7 @@ A GitHub Action for running [Schemathesis](https://github.com/schemathesis/schem
12
# OPTIONAL. URL that will be used as a prefix for all API operations.
13
# Required if the schema is provided as a file.
14
# Otherwise, inferred from the schema.
15
- base-url: 'http://127.0.0.1'
+ base-url: 'http://127.0.0.1:5001/v2/'
16
# OPTIONAL. Your Schemathesis.io token
17
token: ${{ secrets.SCHEMATHESIS_TOKEN }}
18
# OPTIONAL. API name from Schemathesis.io
0 commit comments