Reenable suspended test

This commit is contained in:
Zed 2020-06-17 20:55:38 +02:00
parent 91f42c4c94
commit 57f8417657
1 changed files with 3 additions and 3 deletions

View File

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