Skip to content

Commit

Permalink
tests(rne): change la poste test with edf test since it's missing fro…
Browse files Browse the repository at this point in the history
…m rne
  • Loading branch information
HAEKADI committed Sep 18, 2024
1 parent 9034903 commit 9adf9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/e2e_tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def test_siren_insee_only(api_response_tester):


def test_siren_rne_and_insee(api_response_tester):
path = "search?q=356000000"
path = "search?q=552081317"
response = api_response_tester.get_api_response(path)
api_response_tester.assert_api_response_code_200(path)
assert response.json()["results"][0]["date_mise_a_jour_rne"] is not None
Expand Down

0 comments on commit 9adf9b5

Please sign in to comment.