Skip to content
Snippets Groups Projects
Commit 3f8b3f4d authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Ajout de timeouts manquants sur tests API

parent 75ee4583
No related branches found
No related tags found
No related merge requests found
...@@ -209,5 +209,6 @@ def test_abs_groupe_etat(api_headers): ...@@ -209,5 +209,6 @@ def test_abs_groupe_etat(api_headers):
# f"{API_URL}/absences/etudid/{ETUDID}/list_abs/{list_abs}/reset_etud_abs/only_just", # f"{API_URL}/absences/etudid/{ETUDID}/list_abs/{list_abs}/reset_etud_abs/only_just",
# headers=api_headers, # headers=api_headers,
# verify=CHECK_CERTIFICATE, # verify=CHECK_CERTIFICATE,
# timeout=scu.SCO_TEST_API_TIMEOUT,
# ) # )
# assert r.status_code == 200 # assert r.status_code == 200
...@@ -77,6 +77,7 @@ def test_evaluation_notes( ...@@ -77,6 +77,7 @@ def test_evaluation_notes(
f"{API_URL}/evaluation/{eval_id}/notes", f"{API_URL}/evaluation/{eval_id}/notes",
headers=api_headers, headers=api_headers,
verify=CHECK_CERTIFICATE, verify=CHECK_CERTIFICATE,
timeout=scu.SCO_TEST_API_TIMEOUT,
) )
assert r.status_code == 200 assert r.status_code == 200
eval_notes = r.json() eval_notes = r.json()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment