Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed homepage content test
Browse files Browse the repository at this point in the history
Apreche committed Sep 21, 2023

Verified

This commit was signed with the committer’s verified signature.
Apreche Scott Rubin
1 parent 8105484 commit 01c2213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shows/tests/test_views.py
Original file line number Diff line number Diff line change
@@ -38,7 +38,8 @@ def test_homepage_content(self):
expected_latest_book_club = factories.ContentFactory(
is_published=True,
show__is_published=True,
show__slug="book-club"
show__slug="book-club",
podcast_episode=None,
)
expected_latest_news = factories.ContentFactory(
is_published=True,

0 comments on commit 01c2213

Please sign in to comment.