Commit cad6ff35 authored by John Chilton's avatar John Chilton
Browse files

Remove unused attribute in twilltestcase.

parent 362a1807
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@ class ShedTwillTestCase(DrivenFunctionalTestCase):
        self.tool_data_path = os.environ.get("GALAXY_TEST_TOOL_DATA_PATH")
        self.shed_tool_conf = os.environ.get("GALAXY_TEST_SHED_TOOL_CONF")
        self.test_db_util = test_db_util
        # TODO: Figure out a way to alter these attributes during tests.
        self.galaxy_tool_dependency_dir = os.environ.get("GALAXY_TEST_TOOL_DEPENDENCY_DIR")

    def check_for_strings(self, strings_displayed=None, strings_not_displayed=None):
        strings_displayed = strings_displayed or []