Skip to content

Commit

Permalink
T Fix test expectation
Browse files Browse the repository at this point in the history
* Test is expecting the full path to the resource
  • Loading branch information
ymilki authored Nov 17, 2023
1 parent 2e54d8a commit 2c84fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def test_read_resource_file(monkeypatch):
read_resource_file(resource_path)

m.assert_called_once_with(
importlib.resources.files("swagger_spec_validator")
importlib.resources.files("swagger_spec_validator") / resource_path
)

0 comments on commit 2c84fca

Please sign in to comment.