Skip to content

Commit

Permalink
fixup! More PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
richardebeling committed Sep 23, 2024
1 parent 9c84c59 commit f5874f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/staff/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3654,7 +3654,7 @@ def test_available_variables(self):
EmailTemplate.TEXT_ANSWER_REVIEW_REMINDER: "evaluation_url_tuples",
EmailTemplate.EVALUATION_STARTED: "due_evaluations",
EmailTemplate.DIRECT_DELEGATION: "delegate_user",
EmailTemplate.GRADE_REMINDER: "repsonsibles_and_courses_without_final_grades",
EmailTemplate.GRADE_REMINDER: "responsibles_and_courses_without_final_grades",
}

for name, variable in expected_variables.items():
Expand Down

0 comments on commit f5874f3

Please sign in to comment.