We no longer know whether profiles are suspended

This commit is contained in:
Zed
2020-06-17 17:19:08 +02:00
parent bc0ccb483a
commit 51c7af082d
3 changed files with 6 additions and 10 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):