We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c9d10 commit 1a9fc61Copy full SHA for 1a9fc61
1 file changed
tests/test_deploy.py
@@ -377,7 +377,7 @@ def exists_side_effect(path):
377
378
# Verify docker run command was called
379
mock_docker_run_cmd.assert_called_once_with("default", "/tmp/test_dir")
380
- mock_cmd_output.assert_any_call("mock run command")
+ mock_cmd_output.assert_any_call("mock run command", env=ANY)
381
382
# Verify payload directory was created
383
mock_makedirs.assert_called_once_with("payload", exist_ok=True)
0 commit comments