Skip to content

Commit

Permalink
Fix value precision in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Mar 21, 2024
1 parent 0b3999f commit 508b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/request_test/test_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_dossiers_requests(self):
check_response = {
"centroide": {
"statut_calcul_centroide": "true",
"x": "674225.667323187",
"x": "674225.6673231872",
"y": "6988564.885"
}
}
Expand Down

0 comments on commit 508b9ca

Please sign in to comment.