Skip to content

Commit 60c5b9a

Browse files
authored
Merge pull request #3900 from nhsuk/fix-flaky-search-form-test
Fix flaky search form test
2 parents 26d1997 + a4ec95b commit 60c5b9a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spec/forms/search_form_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,8 @@
544544
create(
545545
:vaccination_record,
546546
patient:,
547-
performed_ods_code: organisation.ods_code
547+
performed_ods_code: organisation.ods_code,
548+
programme: create(:programme, :hpv)
548549
)
549550
end
550551

0 commit comments

Comments
 (0)