Updated tests to reflect default port

This commit is contained in:
Kadin Buckton 2019-10-10 13:54:15 -04:00
parent e7c5085365
commit 07df4ea85b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class BaseTestCase(BaseCase):
super(BaseTestCase, self).tearDown()
def open_nitter(self, page=''):
self.open(f'http://localhost:5000/{page}')
self.open(f'http://localhost:8080/{page}')
def search_username(self, username):
self.open_nitter()