Skip to content

Commit

Permalink
remove plymouth_cast test org as we no longer need it
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Nov 21, 2024
1 parent d982258 commit 89cce6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
bexleyheath_school = School.find_by!(urn: "137138")
weydon_trust = SchoolGroup.find_by!(uid: "16644")
southampton_la = SchoolGroup.find_by!(local_authority_code: "852")
plymouth_cast = SchoolGroup.find_by!(uid: "4214")

# Team users
users = [
Expand All @@ -33,7 +32,7 @@
]

users.each do |user|
Publisher.create(organisations: [bexleyheath_school, weydon_trust, southampton_la, plymouth_cast], **user)
Publisher.create(organisations: [bexleyheath_school, weydon_trust, southampton_la], **user)
SupportUser.create(user)
FactoryBot.create(:jobseeker, email: user[:email])
end
Expand Down

0 comments on commit 89cce6a

Please sign in to comment.