Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Nov 22, 2024
1 parent 362d739 commit f89f39e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sedr/test_schemat.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ def test_set_up_schemathesis(self):
"""Test set_up_schemathesis."""
__version__ = "testversion"

util.args = util.parse_args(["--url", "https://edrisobaric.k8s.met.no/"], __version__)
util.args = util.parse_args(
["--url", "https://edrisobaric.k8s.met.no/"], __version__
)
util.args.openapi_version == "3.1"

util.logger = util.set_up_logging(
Expand Down

0 comments on commit f89f39e

Please sign in to comment.