Skip to content

Commit 3e7afa4

Browse files
committed
unused code
1 parent 16c17c1 commit 3e7afa4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/sentry/integrations/jira/test_installed.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ def _jwt_token(
4949
headers={**(headers or {}), "alg": jira_signing_algorithm},
5050
)
5151

52-
def jwt_token_secret(self):
53-
return self._jwt_token("HS256", self.shared_secret)
54-
5552
def jwt_token_cdn(self):
5653
return self._jwt_token("RS256", RS256_KEY, headers={"kid": self.kid})
5754

0 commit comments

Comments
 (0)