Skip to content

Commit

Permalink
Merge pull request #677 from eclipse-tractusx/chore/#503-tavern-ess-fix
Browse files Browse the repository at this point in the history
chore(tavern):[#503] fix tavern ess assert
  • Loading branch information
ds-jhartmann authored May 28, 2024
2 parents 55b034d + b273f8f commit 64a4a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/testing/api-tests/tavern_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def response_contains_expected_error(response, expected_error_detail, expected_p
"errorDetail": expected_error_detail
}
]
check_tombstones(error_list, criteria)
assert check_tombstones(error_list, criteria) is True
for tombstone in error_list:
processing_error_last_attempt = tombstone.get("processingError").get("lastAttempt")
print("LastAttempt: ", processing_error_last_attempt)
Expand Down

0 comments on commit 64a4a53

Please sign in to comment.