Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci/fix schemathesis #15

Merged
merged 6 commits into from Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 httpx
t-huyeng marked this conversation as resolved.
Show resolved Hide resolved

- 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