Skip to content

Commit

Permalink
nominally fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Oct 4, 2022
1 parent 17ce02e commit a9fe4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utilities/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _load(repo):

loader = mock.Mock(wraps=_load)

with mock.patch('galactory.utilities.load_manifest_from_artifactory', loader):
with mock.patch('galactory.utilities.load_manifest_from_archive', loader):
yield loader


Expand Down

0 comments on commit a9fe4dc

Please sign in to comment.