Remove duplicate test setup.

This commit is contained in:
Toby Lawrence
2016-02-16 11:30:46 -05:00
parent fe545e058f
commit af102a6919

View File

@@ -750,11 +750,6 @@ class TestTaskExecution(SharedModuleStoreTestCase):
publish_item=False,
)
def setUp(self):
super(TestTaskExecution, self).setUp()
SignalHandler.course_published.disconnect(listen_for_course_publish)
SignalHandler.library_updated.disconnect(listen_for_library_update)
def test_task_indexing_course(self):
""" Making sure that the receiver correctly fires off the task when invoked by signal """
searcher = SearchEngine.get_search_engine(CoursewareSearchIndexer.INDEX_NAME)