Explorar o código

added missing parameter to JSON fail case

Nate %!s(int64=9) %!d(string=hai) anos
pai
achega
9780b9f49e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolset/benchmark/test_types/verifications.py

+ 1 - 1
toolset/benchmark/test_types/verifications.py

@@ -125,7 +125,7 @@ def verify_helloworld_object(json_object, url):
         message = json_object['message']
 
         if message != 'hello, world!':
-            return [('fail', "Expected message of 'hello, world!', got '%s'" % message)]
+            return [('fail', "Expected message of 'hello, world!', got '%s'" % message, url)]
         return problems