Преглед на файлове

added missing parameter to JSON fail case

Nate преди 9 години
родител
ревизия
9780b9f49e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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