diff --git a/flashcards/test_fixtures/f7.py b/flashcards/test_fixtures/f7.py index 29586a1..82b2cf7 100644 --- a/flashcards/test_fixtures/f7.py +++ b/flashcards/test_fixtures/f7.py @@ -7,4 +7,4 @@ def apply(): s = Section.objects.get(department_abbreviation='TEST', course_num='101') s.enroll(u) s.enroll(y) - Flashcard.push(author=x, section=s, text='My card is currently broken', mask=FlashcardMask([])) + Flashcard.push(author=u, section=s, text='My card is currently broken', mask=FlashcardMask([]))