Explorar el Código

Use testMetadata to be consistent with other results keys (#5424)

smathews-techempower hace 5 años
padre
commit
f4298c8270
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      toolset/utils/results.py

+ 1 - 1
toolset/utils/results.py

@@ -336,7 +336,7 @@ class Results:
         toRet['succeeded'] = self.succeeded
         toRet['failed'] = self.failed
         toRet['verify'] = self.verify
-        toRet['test_metadata'] = self.benchmarker.metadata.to_jsonable()
+        toRet['testMetadata'] = self.benchmarker.metadata.to_jsonable()
 
         return toRet