Commit 50d35b30 by Sarina Canelake

Fix failing acceptance test

parent a90d7b5d
...@@ -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