PnX-SI / gn_module_export

Module GeoNature d'export
GNU General Public License v3.0
7 stars 10 forks source link

Actions : Erreur pytest aléatoire #176

Open amandine-sahl opened 1 year ago

amandine-sahl commented 1 year ago

Parfois les tests du test des tokens ne passent pas (sur debian 10). Il faudrait comprendre pourquoi, car c'est assez domage d'avoir une fois sur deux une erreur qui n'a rien avoir avec la pull requests.

exemple : https://github.com/PnX-SI/gn_module_export/actions/runs/5093074786/jobs/9155226598#step:12:141

=========================== short test summary info ============================
FAILED backend/gn_module_export/tests/test_blueprint.py::TestExportsBlueprints::test_private_export_with_token_in_header_Authorization_Bearer - assert 403 == 200
 +  where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
FAILED backend/gn_module_export/tests/test_blueprint.py::TestExportsBlueprints::test_private_export_with_token_in_header_Authorization - assert 403 == 200
 +  where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
================= 2 failed, 20 passed, 4519 warnings in 15.45s =================
Error: Process completed with exit code 1.