Skip to content

Commit 2ad9285

Browse files
committed
fix: test
1 parent 2ae97b3 commit 2ad9285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lms/djangoapps/courseware/tests/test_tabs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,7 @@ def test_singular_dates_tab(self):
870870
"""Test cases for making sure no persisted dates tab is surfaced"""
871871
user = self.create_mock_user()
872872
self.course.tabs = self.all_valid_tab_list
873+
self.course.hide_dates_tab = False
873874
self.course.save()
874875

875876
# Verify that there is a dates tab in the modulestore

0 commit comments

Comments
 (0)