Commit b143de1f by Sarina Canelake

Merge pull request #502 from edx/sarina/fix-discussion-acceptance

Fix failing acceptance test
parents a90d7b5d 50d35b30
...@@ -19,7 +19,7 @@ def i_see_only_the_settings_and_values(step): ...@@ -19,7 +19,7 @@ def i_see_only_the_settings_and_values(step):
world.verify_all_setting_entries( world.verify_all_setting_entries(
[ [
['Category', "Week 1", False], ['Category', "Week 1", False],
['Display Name', "Discussion Tag", False], ['Display Name', "Discussion", False],
['Subcategory', "Topic-Level Student-Visible Label", False] ['Subcategory', "Topic-Level Student-Visible Label", False]
]) ])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment