trying to see if this can be streamlined

This commit is contained in:
Ric Harvey
2017-01-04 14:52:14 +00:00
parent 0bb6580877
commit d4014323c4
3 changed files with 1 additions and 9 deletions

View File

@@ -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 '''