From 4e79effd47868043d344a00b3fc325d38c68d214 Mon Sep 17 00:00:00 2001 From: HAEKADI Date: Thu, 30 Jan 2025 21:14:50 +0100 Subject: [PATCH] fix: update e2e test in indexing workflow --- tests/e2e_tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e_tests/test_api.py b/tests/e2e_tests/test_api.py index fbb02ef9..100edb33 100644 --- a/tests/e2e_tests/test_api.py +++ b/tests/e2e_tests/test_api.py @@ -106,7 +106,7 @@ def test_organisme_formation(api_response_tester): api_response_tester.test_max_number_of_results(path, 0) path = "/search?q=196716856" api_response_tester.test_field_value(path, 0, "complements.est_qualiopi", True) - path = "/search?q=552120222" + path = "/search?q=775701477" api_response_tester.test_field_value(path, 0, "complements.est_qualiopi", False) api_response_tester.test_field_value( path, 0, "complements.est_organisme_formation", True