Skip to content

Commit

Permalink
WIP: overkill testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed May 1, 2024
1 parent 363b0ec commit 6ddd405
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/api/tests/models/test_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ def test_statique_model_coordonneesXY():
)
def test_statique_model_french_phone_numbers(phone_number):
"""Test all french phone numbers formats."""
statique = Statique.model_validate(
StatiqueFactory.build(telephone_operateur=phone_number)
)
statique = StatiqueFactory.build(telephone_operateur=phone_number)
assert statique.telephone_operateur == "tel:+33-1-44-27-63-50"


Expand Down

0 comments on commit 6ddd405

Please sign in to comment.