Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
viadanna committed Sep 10, 2024
1 parent 831bec7 commit 4dee709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/discussions/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def test_enabled_configuration(self, payload):
data = self.get()
for tab in self.course.tabs:
if tab.tab_id == 'discussion':
assert data['enabled'] and not self.course.is_hidden
assert data['enabled'] and not tab.is_hidden
break

def test_change_plugin_configuration(self):
Expand Down

0 comments on commit 4dee709

Please sign in to comment.