Skip to content

Commit

Permalink
Merge pull request #1994 from DFE-Digital/fix-flaky-test
Browse files Browse the repository at this point in the history
Fix eligible region content flaky test
  • Loading branch information
thomasleese authored Feb 15, 2024
2 parents 226bf91 + 2c98906 commit a6255d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/views/shared/eligible_region_content_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
let(:region) do
create(
:region,
status_check: :online,
application_form_skip_work_history: false,
sanction_check: :written,
status_check: :online,
teaching_authority_address: "address",
teaching_authority_certificate: "certificate",
)
Expand Down

0 comments on commit a6255d6

Please sign in to comment.