Skip to content

Commit 1a9fc61

Browse files
fixing dependencies
1 parent 08c9d10 commit 1a9fc61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def exists_side_effect(path):
377377

378378
# Verify docker run command was called
379379
mock_docker_run_cmd.assert_called_once_with("default", "/tmp/test_dir")
380-
mock_cmd_output.assert_any_call("mock run command")
380+
mock_cmd_output.assert_any_call("mock run command", env=ANY)
381381

382382
# Verify payload directory was created
383383
mock_makedirs.assert_called_once_with("payload", exist_ok=True)

0 commit comments

Comments
 (0)