Skip to content

Commit f86ade3

Browse files
try the flakey exam_attempts test again
1 parent b436ee7 commit f86ade3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/api/routes/test_exam_attempts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_read_exam_attempt_not_enough_permissions(
141141
assert response.json()["detail"] == "Not enough permissions"
142142

143143

144-
def flaky_test_update_exam_attempt_success(client: TestClient, db: Session) -> None:
144+
def test_update_exam_attempt_success(client: TestClient, db: Session) -> None:
145145
"""Test updating an existing exam attempt."""
146146
user, password = create_random_user_with_password(db)
147147
login_data = {"username": user.email, "password": password}

0 commit comments

Comments
 (0)