Skip to content

Commit 96f3f02

Browse files
committed
fix: failing advisory test
1 parent 9c52867 commit 96f3f02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_advisory.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import pytest
33
from jwt.exceptions import InvalidKeyError
44

5+
from .utils import crypto_required
6+
57
priv_key_bytes = b'''-----BEGIN PRIVATE KEY-----
68
MC4CAQAwBQYDK2VwBCIEIIbBhdo2ah7X32i50GOzrCr4acZTe6BezUdRIixjTAdL
79
-----END PRIVATE KEY-----'''
@@ -18,6 +20,7 @@
1820

1921

2022
class TestAdvisory:
23+
@crypto_required
2124
def test_ghsa_ffqj_6fqr_9h24(self):
2225
# Generate ed25519 private key
2326
# private_key = ed25519.Ed25519PrivateKey.generate()

0 commit comments

Comments
 (0)