mirror of
https://github.com/zedeus/nitter
synced 2024-11-22 09:57:16 +01:00
Updated tests to reflect default port
This commit is contained in:
parent
e7c5085365
commit
07df4ea85b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user