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 362d739 commit f89f39eCopy full SHA for f89f39e
sedr/test_schemat.py
@@ -10,7 +10,9 @@ def test_set_up_schemathesis(self):
10
"""Test set_up_schemathesis."""
11
__version__ = "testversion"
12
13
- util.args = util.parse_args(["--url", "https://edrisobaric.k8s.met.no/"], __version__)
+ util.args = util.parse_args(
14
+ ["--url", "https://edrisobaric.k8s.met.no/"], __version__
15
+ )
16
util.args.openapi_version == "3.1"
17
18
util.logger = util.set_up_logging(
0 commit comments