Skip to content

Commit

Permalink
[BUG]fix: deactivate societe a mission e2e test
Browse files Browse the repository at this point in the history
Merge pull request #357 from etalab/remove-societe-mission-test
  • Loading branch information
HAEKADI authored Apr 24, 2024
2 parents 6277f76 + e09ab66 commit 8dbfa0e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions aio/aio-proxy/aio_proxy/tests/e2e_tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,16 @@ def test_est_service_public(api_response_tester):
)


def test_est_societe_a_mission(api_response_tester):
"""
test est_societe_mission
"""
path = "search?est_societe_mission=true"
api_response_tester.assert_api_response_code_200(path)
api_response_tester.test_number_of_results(path, 500)
api_response_tester.test_field_value(
path, 0, "complements.est_societe_mission", True
)
# def test_est_societe_a_mission(api_response_tester):
# """
# test est_societe_mission
# """
# path = "search?est_societe_mission=true"
# api_response_tester.assert_api_response_code_200(path)
# api_response_tester.test_number_of_results(path, 500)
# api_response_tester.test_field_value(
# path, 0, "complements.est_societe_mission", True
# )


def test_commune_filter(api_response_tester):
Expand Down

0 comments on commit 8dbfa0e

Please sign in to comment.