Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiWilkin committed Mar 26, 2024
1 parent 7409019 commit c048bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/v0/pension_claims_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def logger_mock(str, x)
let(:user) { create(:user) }

it('logs a success') do
expect(Rails.logger).to receive(:info).with('Begin 21P-527EZ Submission', hash_including(:guid, :user_uuid))
expect(Rails.logger).to receive(:info).with('21P-527EZ submission to Sidekiq begun', hash_including(:confirmation_number, :user_uuid))

Check failure on line 19 in spec/controllers/v0/pension_claims_controller_spec.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Layout/LineLength: Line is too long. [140/120]
expect(Rails.logger).to receive(:info).with('21P-527EZ submission to Sidekiq success',
hash_including(:confirmation_number, :user_uuid,
:in_progress_form_id))
Expand Down

0 comments on commit c048bc7

Please sign in to comment.