We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b436ee7 commit f86ade3Copy full SHA for f86ade3
backend/tests/api/routes/test_exam_attempts.py
@@ -141,7 +141,7 @@ def test_read_exam_attempt_not_enough_permissions(
141
assert response.json()["detail"] == "Not enough permissions"
142
143
144
-def flaky_test_update_exam_attempt_success(client: TestClient, db: Session) -> None:
+def test_update_exam_attempt_success(client: TestClient, db: Session) -> None:
145
"""Test updating an existing exam attempt."""
146
user, password = create_random_user_with_password(db)
147
login_data = {"username": user.email, "password": password}
0 commit comments