diff --git a/tools/ci_build/build.py b/tools/ci_build/build.py index ba3a4b55f41e8..76cda428cabe3 100644 --- a/tools/ci_build/build.py +++ b/tools/ci_build/build.py @@ -1781,7 +1781,7 @@ def run_ios_tests(args, source_dir, config, cwd): "--framework_info_file", framework_info_file, "--variant", - "Mobile" + "Mobile", ], cwd=cwd, ) @@ -1795,7 +1795,7 @@ def run_ios_tests(args, source_dir, config, cwd): "--framework_info_file", framework_info_file, "--variant", - "Mobile" + "Mobile", ], cwd=cwd, )