diff --git a/cms/djangoapps/contentstore/tests/test_contentstore.py b/cms/djangoapps/contentstore/tests/test_contentstore.py
index b43ea46d7d..be122fa1a4 100644
--- a/cms/djangoapps/contentstore/tests/test_contentstore.py
+++ b/cms/djangoapps/contentstore/tests/test_contentstore.py
@@ -359,13 +359,6 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
direct_store = modulestore('direct')
import_from_xml(direct_store, 'common/test/data/', ['toy'])
- html_module_location = Location(['i4x', 'edX', 'toy', 'html', 'toylab', None])
-
- url = reverse('preview_component', kwargs={'location': html_module_location.url()})
-
- resp = self.client.get(url)
- self.assertEqual(resp.status_code, 200)
-
# also try a custom response which will trigger the 'is this course in whitelist' logic
problem_module_location = Location(['i4x', 'edX', 'toy', 'vertical', 'vertical_test', None])
url = reverse('preview_component', kwargs={'location': problem_module_location.url()})
diff --git a/common/test/data/toy/chapter/html_container.xml b/common/test/data/toy/chapter/html_container.xml
deleted file mode 100644
index 5691607f3b..0000000000
--- a/common/test/data/toy/chapter/html_container.xml
+++ /dev/null
@@ -1 +0,0 @@
-
Isn't the toy course great?
- -Let's add some markup that uses non-ascii characters. -For example, we should be able to write words like encyclopædia, or foreign words like français. -Looking beyond latin-1, we should handle math symbols: πr² ≤ ∞. -And it shouldn't matter if we use entities or numeric codes — Ω ≠ π ≡ Ω ≠ π. -
-======= -Isn't the toy course great? — ≤
->>>>>>> Stashed changes diff --git a/common/test/data/toy/html/toylab.xml b/common/test/data/toy/html/toylab.xml deleted file mode 100644 index ab78aeb494..0000000000 --- a/common/test/data/toy/html/toylab.xml +++ /dev/null @@ -1 +0,0 @@ -