Permalink
Browse files

Update framework_test.py

  • Loading branch information...
aschneider-techempower committed Jul 28, 2014
1 parent 53f3187 commit b6881f8d64402c83726cf7afec11c3f784de04c7
Showing with 1 addition and 1 deletion.
  1. +1 −1 toolset/benchmark/framework_test.py
@@ -297,7 +297,7 @@ def validateQueryOneOrLess(self, jsonString, out, err):
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

0 comments on commit b6881f8

Please sign in to comment.