Skip to content

Commit

Permalink
tests(fix): deactivate la poste immat e2e testé
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Sep 18, 2024
1 parent 24f4939 commit 9034903
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/tests/e2e_tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,8 @@ def test_immatriculation(api_response_tester):
"""
Test immatriculation object.
"""
# Test for "la poste"
# Test for "la poste" : deactivated awaiting inpi response
"""
path_la_poste = "search?q=la%20poste&include_admin=immatriculation"
api_response_tester.assert_api_response_code_200(path_la_poste)
Expand All @@ -733,6 +734,7 @@ def test_immatriculation(api_response_tester):
api_response_tester.test_field_value(
path_la_poste, 0, f"immatriculation.{field}", expected_value
)
"""

# Test for "ganymede"
path_gan = "search?q=880878145&include_admin=immatriculation"
Expand Down

0 comments on commit 9034903

Please sign in to comment.