Skip to content

Commit

Permalink
Merge pull request #7570 from ministryofjustice/chore/remove-extraneo…
Browse files Browse the repository at this point in the history
…us-value

Chore: Remove extraneous parameter
  • Loading branch information
colinbruce authored Jan 13, 2025
2 parents eeb2237 + 3640946 commit d2a3766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let(:provider) { legal_aid_application.provider }

describe "GET /providers/applications/:id/change_of_names_interrupts" do
subject(:get_request) { get providers_legal_aid_application_change_of_names_interrupt_path(legal_aid_application, display) }
subject(:get_request) { get providers_legal_aid_application_change_of_names_interrupt_path(legal_aid_application) }

context "when the provider is not authenticated" do
before { get_request }
Expand Down

0 comments on commit d2a3766

Please sign in to comment.