Browse Source

Update framework_test.py

Alexander Schneider 11 years ago
parent
commit
b6881f8d64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/framework_test.py

+ 1 - 1
toolset/benchmark/framework_test.py

@@ -297,7 +297,7 @@ class FrameworkTest:
       if len(json_load) != 1:
         err_str += "Expected array of length 1. Got length {length}. ".format(length=len(json_load))
 
-      arr = {k.lower(): v for k,v in json_string[0].iteritems()}
+      arr = {k.lower(): v for k,v in json_load[0].iteritems()}
 
       for obj in arr:
         id_ret_val = True