diff --git a/testing/talos/talos/tests/devtools/addon/content/tests/head.js b/testing/talos/talos/tests/devtools/addon/content/tests/head.js index ea02e8e33caa..3b6179363673 100644 --- a/testing/talos/talos/tests/devtools/addon/content/tests/head.js +++ b/testing/talos/talos/tests/devtools/addon/content/tests/head.js @@ -49,7 +49,7 @@ exports.testTeardown = function() { }; exports.logTestResult = function(name, value) { - damp._results.push(name, value); + damp._results.push({ name, value }); }; function getBrowserWindow() {