Skip to content

Commit

Permalink
release health too
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Mar 21, 2024
1 parent 1c0963a commit 30f3943
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ def compare_messages_ignoring_mapping_metadata(actual: Message, expected: Messag

assert actual_payload.key == expected_payload.key

actual_headers_without_mapping_sources = [
(k, v.encode()) for k, v in actual_payload.headers if k != "mapping_sources"
]
assert actual_headers_without_mapping_sources == expected_payload.headers

actual_deserialized = json.loads(actual_payload.value)
expected_deserialized = json.loads(expected_payload.value)
del actual_deserialized["mapping_meta"]
Expand Down

0 comments on commit 30f3943

Please sign in to comment.