Skip to content

Commit 8f7efff

Browse files
committed
fixed a test
1 parent 56c0cff commit 8f7efff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/test_git_solution.py

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def test_push_exercise(self, exercise: models.Exercise, student_user: models.Use
119119

120120
def test_get_exercise(self, exercise: models.Exercise, student_user: models.User):
121121
git_upload_pack = 'git-upload-pack'
122-
conftest.create_usercourse(student_user, exercise.course)
123122
self.test_push_exercise(exercise, student_user)
124123
response = self._send_git_request(
125124
username=student_user.username,

0 commit comments

Comments
 (0)