Explorar o código

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

smathews-techempower %!s(int64=5) %!d(string=hai) anos
pai
achega
f4298c8270
Modificáronse 1 ficheiros con 1 adicións e 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