Skip to content

Commit 77003c5

Browse files
committed
fix comparision
1 parent fed38f2 commit 77003c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/steps/eps_api_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ def validator_response_matches_file(context, filename):
225225
json_response = json.loads(context.response.content)
226226
ycm = YouchamaJsonDiffer(expected_response, json_response)
227227
diff_result = ycm.get_diff() # new API
228-
assert_that(diff_result).is_equal_to({})
228+
assert_that(diff_result).is_equal_to({"just4vis:pairs": []})

0 commit comments

Comments
 (0)