Skip to content

Commit

Permalink
Fix test to match event_type
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaporter committed Sep 26, 2023
1 parent d49a3c6 commit fca3b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/analytics_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def create
let!(:initialise_event_post) { stub_analytics_event_submission.with(body: /initialise_analytics/) }
let!(:request_event_post) { stub_analytics_event_submission.with(body: /request_path/) }
let!(:model_event_post) { stub_analytics_event_submission.with(body: /create_entity/) }
let!(:entity_table_check_event_post) { stub_analytics_event_submission.with(body: /entity_table_check/) }
let!(:entity_table_check_event_post) { stub_analytics_event_submission.with(body: /"event_type":"entity_table_check"/) }

let(:initialise_event) do
{
Expand Down

0 comments on commit fca3b8c

Please sign in to comment.