Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Nov 21, 2024
1 parent b1d3e84 commit 0b176a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sedr/rodeoprofile10.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def requirement7_4(jsondata: str) -> tuple[bool, str]:
"",
)


def requirement7_5(jsondata: str) -> tuple[bool, str]:
"""Check collection license. Can't test D."""
spec_url = f"{spec_base_url}#_collection_license"
Expand Down
2 changes: 1 addition & 1 deletion sedr/test_schemat.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_set_up_schemathesis(self):
"""Test set_up_schemathesis."""
__version__ = "testversion"

util.args = util.parse_args([], __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 0b176a3

Please sign in to comment.