Skip to content

Commit

Permalink
test(dhw): fix geocoding test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 24, 2024
1 parent 8b00b5f commit 00f2c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datawarehouse/processings/tests/integration/test_geocoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"code_postal": "59000",
"code_insee": "59350",
"commune": "Lille",
"latitude": "50.627078",
"longitude": "3.067372",
"latitude": ANY,
"longitude": ANY,
"result_label": "17 Rue Malus 59000 Lille",
"result_score": ANY,
"result_score_next": None,
Expand Down

0 comments on commit 00f2c11

Please sign in to comment.