diff --git a/lms/djangoapps/verify_student/tests/test_models.py b/lms/djangoapps/verify_student/tests/test_models.py index 44ab2ebc0f..f5e613b101 100644 --- a/lms/djangoapps/verify_student/tests/test_models.py +++ b/lms/djangoapps/verify_student/tests/test_models.py @@ -311,7 +311,7 @@ class TestPhotoVerification(TestCase): attempt.status = "approved" attempt.save() - assert_true(SoftwareSecurePhotoVerification.user_is_verified(user), status) + assert_true(SoftwareSecurePhotoVerification.user_is_verified(user), attempt.status) def test_user_has_valid_or_pending(self): """