Skip to content

Commit

Permalink
Merge pull request #15 from lukaspanni/ci/fix-schemathesis
Browse files Browse the repository at this point in the history
Ci/fix schemathesis
  • Loading branch information
LilithWittmann committed Nov 7, 2022
2 parents bd92cf3 + 1ea4a10 commit 8e9493d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schemathesis.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
python-version: '3.8'

- run: pip install schemathesis
- run: pip install 'schemathesis>=3.17.3'

- name: "Extract base url from openapi.yaml"
uses: mikefarah/yq@master
Expand Down
2 changes: 2 additions & 0 deletions openapi.yaml
Expand Up @@ -51,6 +51,8 @@ paths:
example:
meta_data: { "version": 1, "created": 1627858357549 }
series: [[1627250400000, 7866.0], [1627254000000, 7881.0]]
"404":
description: No data for combination of filter region and resolution or mismatch between *copy parameters
description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
summary: "Zeitreihendaten"

Expand Down

0 comments on commit 8e9493d

Please sign in to comment.