Skip to content

Commit

Permalink
Remove let: not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
padv2010 committed Jul 5, 2024
1 parent 643adc9 commit 901f038
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/requests/api/docs/v3/declarations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
let!(:schedule) { create(:schedule, :npq_leadership_autumn, course_group:, cohort:) }
let(:application) { create(:application, :accepted, cohort:, course:, lead_provider:) }
let(:declaration_date) { schedule.applies_from + 1.day }
let(:response_example) do
extract_swagger_example(schema: "#/components/schemas/ParticipantDeclarationResponse", version: :v3)
end
let(:invalid_attributes) { { participant_id: "invalid" } }
let(:attributes) do
{
Expand Down

0 comments on commit 901f038

Please sign in to comment.