We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c17c1 commit 3e7afa4Copy full SHA for 3e7afa4
tests/sentry/integrations/jira/test_installed.py
@@ -49,9 +49,6 @@ def _jwt_token(
49
headers={**(headers or {}), "alg": jira_signing_algorithm},
50
)
51
52
- def jwt_token_secret(self):
53
- return self._jwt_token("HS256", self.shared_secret)
54
-
55
def jwt_token_cdn(self):
56
return self._jwt_token("RS256", RS256_KEY, headers={"kid": self.kid})
57
0 commit comments