Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed May 16, 2024
1 parent 40affae commit ad09acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesads/app/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_validate_siret(self):
@override_settings(INSEE_TOKEN="xxx")
def test_validate_siret_insee(self):
siret = "12345678901234"
api_url = f"https://api.insee.fr/entreprises/sirene/V3/siret/{siret}"
api_url = f"https://api.insee.fr/entreprises/sirene/V3.11/siret/{siret}"

with requests_mock.Mocker() as m:
# Setup mock to return return HTTP/200: valid SIRET
Expand Down

0 comments on commit ad09acf

Please sign in to comment.