Skip to content

Commit

Permalink
fix: failing advisory test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed May 12, 2022
1 parent 9c52867 commit 96f3f02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_advisory.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import pytest
from jwt.exceptions import InvalidKeyError

from .utils import crypto_required

priv_key_bytes = b'''-----BEGIN PRIVATE KEY-----
MC4CAQAwBQYDK2VwBCIEIIbBhdo2ah7X32i50GOzrCr4acZTe6BezUdRIixjTAdL
-----END PRIVATE KEY-----'''
Expand All @@ -18,6 +20,7 @@


class TestAdvisory:
@crypto_required
def test_ghsa_ffqj_6fqr_9h24(self):
# Generate ed25519 private key
# private_key = ed25519.Ed25519PrivateKey.generate()
Expand Down

0 comments on commit 96f3f02

Please sign in to comment.