From b9110ed9eca02249b0f6d939d3e44bdd589b8160 Mon Sep 17 00:00:00 2001 From: Julian-o Date: Mon, 28 Aug 2023 10:39:18 +1000 Subject: [PATCH] 27th times the charm --- tests/targets/test_ios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",