Misc. fixes and refactorings
This commit is contained in:
parent
c736a98614
commit
5eec0bde3d
10 changed files with 38 additions and 26 deletions
|
@ -72,7 +72,7 @@ class ProfileTest(BaseTestCase):
|
|||
|
||||
def test_suspended(self):
|
||||
self.open_nitter('test')
|
||||
self.assert_text(f'User "test" has been suspended')
|
||||
self.assert_text('User "test" has been suspended')
|
||||
|
||||
@parameterized.expand(banner_color)
|
||||
def test_banner_color(self, username, color):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue