Skip to content

Commit

Permalink
Merge pull request #1874 from betagouv/master
Browse files Browse the repository at this point in the history
MEP [TRELLO-2893] Fix flaky test WebsiteRepositorySpec
  • Loading branch information
charlescd authored Feb 5, 2025
2 parents 6d3d055 + e2bf135 commit 857b974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/repositories/WebsiteRepositorySpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class WebsiteRepositorySpec(implicit ee: ExecutionEnv) extends Specification wit
.sample
.get
.copy(
host = "marketplace.com",
companyCountry = None,
companyId = Some(marketplaceCompany.id),
identificationStatus = IdentificationStatus.Identified,
Expand Down

0 comments on commit 857b974

Please sign in to comment.