Skip to content

Commit

Permalink
test: Assert event type is resolved to correct entity
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle committed Nov 20, 2024
1 parent 8404292 commit e6fad2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def test_create_simulation_uses_expected_entity_payload(
):
entity_data = ReadsFixtures.read_json_fixture(f"payload/{event_type}")
payload = SimulationEntity.from_dict_for_event_type(entity_data, event_type)
assert payload.__class__.__name__ == entity_name

operation = CreateSimulation(
notification_setting_id="ntfset_01j82d983j814ypzx7m1fw2jpz",
Expand Down

0 comments on commit e6fad2e

Please sign in to comment.