Skip to content

Commit 4e5ae31

Browse files
committed
fix: test
1 parent 4f116f5 commit 4e5ae31

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
@@ -869,6 +869,7 @@ def test_singular_dates_tab(self):
869869
"""Test cases for making sure no persisted dates tab is surfaced"""
870870
user = self.create_mock_user()
871871
self.course.tabs = self.all_valid_tab_list
872+
self.course.hide_dates_tab = False
872873
self.course.save()
873874

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

0 commit comments

Comments
 (0)