Skip to content

Commit 3a736dc

Browse files
committed
remove setUp
1 parent 718cbf8 commit 3a736dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/sentry/api/test_authentication.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,6 @@ def test_authenticate_no_shared_secret(self):
397397

398398
@no_silo_test
399399
class TestAuthTokens(TestCase):
400-
def setUp(self):
401-
super().setUp()
402-
403-
self.auth = UserAuthTokenAuthentication()
404-
405400
def test_system_tokens(self):
406401
sys_token = SystemToken()
407402
auth_token = AuthenticatedToken.from_token(sys_token)

0 commit comments

Comments
 (0)