Fix name of test

This commit is contained in:
decentral1se 2021-04-08 16:29:40 +02:00
parent 74b2712699
commit 6542993bf0
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from djangoldp_webpushnotification.models import VAPIDKeyset
from ecdsa import SigningKey
class TestRSAKey(TestCase):
class TestVAPIDKeySet(TestCase):
def test_vapidkeyset_public_key(self):
priv_key = SigningKey.generate(curve=ecdsa.NIST256p)
vapid_key_set = VAPIDKeyset.objects.create(