Skip to content

Commit

Permalink
ServiceSearchTestCase: mise à jour du label des labels de financement
Browse files Browse the repository at this point in the history
  • Loading branch information
ggounot committed Nov 19, 2024
1 parent 2085d36 commit 438cfd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions back/dora/services/tests/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -1759,9 +1759,9 @@ def setUp(self):
baker.make("ServiceSubCategory", value="cat2--autre", label="cat2--autre")
baker.make("ServiceCategory", value="cat3", label="cat3")

baker.make("FundingLabel", value="funding-label-1", label="funding-label-1")
baker.make("FundingLabel", value="funding-label-2", label="funding-label-2")
baker.make("FundingLabel", value="funding-label-3", label="funding-label-3")
baker.make("FundingLabel", value="funding-label-1", label="Funding label 1")
baker.make("FundingLabel", value="funding-label-2", label="Funding label 2")
baker.make("FundingLabel", value="funding-label-3", label="Funding label 3")

def test_needs_city_code(self):
make_service(
Expand Down

0 comments on commit 438cfd2

Please sign in to comment.