Skip to content
Snippets Groups Projects
Commit 7e61198b authored by Dominik Seeger's avatar Dominik Seeger
Browse files

blub

parent 694da3c2
No related branches found
No related tags found
No related merge requests found
Pipeline #91778 passed
This commit is part of merge request !154. Comments created here will be created in the context of that merge request.
......@@ -5,7 +5,6 @@ from rest_framework.test import (APIRequestFactory, APITestCase,
from core.views import (ExamApiViewSet, StudentReviewerApiViewSet,
StudentSelfApiView, TutorApiViewSet)
from core.models import ExamType
from util.factories import GradyUserFactory, make_exams
......
......@@ -4,7 +4,7 @@ from rest_framework import status
from rest_framework.test import APIRequestFactory, APITestCase
from core import models
from core.models import Feedback, FeedbackComment, Submission, SubmissionType, ExamType
from core.models import Feedback, FeedbackComment, Submission, SubmissionType
from util.factories import GradyUserFactory, make_test_data, make_exams
......
......@@ -50,7 +50,7 @@ class LoginPageTest(LiveServerTestCase):
'exam': 'Test Exam 01'
},
{
'username': 'student02',
'username': 'student02',
'password': 'p',
'exam': 'Test Exam 01'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment