diff --git a/tests/targets/test_ios.py b/tests/targets/test_ios.py index 1cd602975..d88e08672 100644 --- a/tests/targets/test_ios.py +++ b/tests/targets/test_ios.py @@ -226,7 +226,7 @@ def test_build_package_no_signature(self): ) ] assert m_cmd.call_args_list == [ - mock.call(mock.ANY, cwd=target.ios_dir), + mock.call(mock.ANY, cwd=target.ios_dir, env=mock.ANY), mock.call([ "xcodebuild", "-configuration",