Fix name of test
This commit is contained in:
parent
74b2712699
commit
6542993bf0
@ -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(
|
||||
|
Reference in New Issue
Block a user