summaryrefslogtreecommitdiff
path: root/buildscripts/tests/test_burn_in_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/tests/test_burn_in_tests.py')
-rw-r--r--buildscripts/tests/test_burn_in_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/tests/test_burn_in_tests.py b/buildscripts/tests/test_burn_in_tests.py
index 0e8f593c5ba..3987dfc1e1e 100644
--- a/buildscripts/tests/test_burn_in_tests.py
+++ b/buildscripts/tests/test_burn_in_tests.py
@@ -94,8 +94,8 @@ class TestAcceptance(unittest.TestCase):
"project",
) # yapf: disable
- under_test.burn_in(repeat_config, gen_config, "", "testfile.json", False, None, repos, None,
- None)
+ under_test.burn_in(repeat_config, gen_config, "", "testfile.json", False, MagicMock(),
+ repos, None, None)
write_json_mock.assert_called_once()
written_config = json.loads(write_json_mock.call_args[0][1])