trying to see if this can be streamlined
This commit is contained in:
@@ -9,7 +9,7 @@ class ContentTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
''' Create some starter data to be used in tests '''
|
||||
self.domain = "http://127.0.0.1"
|
||||
self.search_string = "Version"
|
||||
self.search_string = "flibble"
|
||||
|
||||
def tearDown(self):
|
||||
''' Destroy starter data '''
|
||||
|
||||
Reference in New Issue
Block a user