1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Update tests

This commit is contained in:
Zed
2021-07-18 03:56:51 +02:00
parent df9f90f99c
commit 6c5cb01b29
4 changed files with 6 additions and 43 deletions

View File

@@ -72,8 +72,8 @@ class ProfileTest(BaseTestCase):
self.assert_text(f'User "{username}" not found')
def test_suspended(self):
self.open_nitter('test')
self.assert_text('User "test" has been suspended')
self.open_nitter('user')
self.assert_text('User "user" has been suspended')
@parameterized.expand(banner_color)
def test_banner_color(self, username, color):