Skip to content

Commit

Permalink
Update test_utils.py to match 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasiadka authored Sep 6, 2024
1 parent ce389a8 commit ea3f93b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kayobe/tests/unit/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ def test_galaxy_collection_install(self, mock_read, mock_run):
"install", "--collections-path",
"/path/to/collections",
"--requirements-file",
"/path/to/collection/file"],
env=env)
"/path/to/collection/file"])

@mock.patch.object(utils, "run_command")
@mock.patch.object(utils, "read_yaml_file")
Expand Down Expand Up @@ -82,8 +81,7 @@ def test_galaxy_collection_no_collections(self, mock_read, mock_run):
"install", "--collections-path",
"/path/to/collections",
"--requirements-file",
"/path/to/collection/file"],
env=env)
"/path/to/collection/file"])

@mock.patch.object(utils, "run_command")
@mock.patch.object(utils, "read_yaml_file")
Expand Down

0 comments on commit ea3f93b

Please sign in to comment.