Skip to content

Commit

Permalink
Fix mock issue after merging privatization PR...
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Jul 3, 2024
1 parent 7eb4b01 commit 9b5afc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def tmp_dir_side_effect(*args, **kwargs):
# Create the installer, but don't actually run `constructor` - it uses conda to solve the
# environment, which we don't need to do for the purposes of this test.
with mock.patch(
"conda_store_server.action.generate_constructor_installer.logged_command"
"conda_store_server._internal.action.generate_constructor_installer.logged_command"
) as mock_command:
generate_constructor_installer.action_generate_constructor_installer(
conda_command=conda_store.conda_command,
Expand Down

0 comments on commit 9b5afc5

Please sign in to comment.