fix junit health
Change-Id: I73d89b2865652e76a2de2220181800052ab744a7
diff --git a/test-service.groovy b/test-service.groovy
index cdaaa8f..acfaca7 100644
--- a/test-service.groovy
+++ b/test-service.groovy
@@ -86,7 +86,7 @@
}
writeFile(file: 'report.xml', text: salt.getFileContent(saltMaster, TEST_TEMPEST_TARGET, '/root/report.xml')
- junit(keepLongStdio: true, testResults: 'report.xml', healthScaleFactor, TEST_JUNIT_RATIO)
+ junit(keepLongStdio: true, testResults: 'report.xml', healthScaleFactor: TEST_JUNIT_RATIO)
}
} catch (Throwable e) {