Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Dec 13, 2024
1 parent 125f659 commit 81bc6ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/models_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def test_course_page_context( # noqa: PLR0913
member.linked_instructor_page
for member in course_page.linked_instructors.order_by("order").all()
],
"custom_tabs": [],
}

context = course_page.get_context(request=request)
Expand Down

0 comments on commit 81bc6ae

Please sign in to comment.