Skip to content

Commit

Permalink
Revert "Update test_utils.py to match 2024.1"
Browse files Browse the repository at this point in the history
This reverts commit afe9606.
  • Loading branch information
seunghun1ee committed Jan 31, 2025
1 parent e5c1f9a commit 3ba17b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kayobe/tests/unit/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def test_galaxy_collection_install(self, mock_read, mock_run):
"install", "--collections-path",
"/path/to/collections",
"--requirements-file",
"/path/to/collection/file"])
"/path/to/collection/file"],
env=env)

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

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

0 comments on commit 3ba17b5

Please sign in to comment.