From 6542993bf0f7cd935d3ebc0156ea1b4f87e8f49a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 8 Apr 2021 16:29:40 +0200 Subject: [PATCH] Fix name of test --- djangoldp_webpushnotification/tests/tests_vapidkeyset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoldp_webpushnotification/tests/tests_vapidkeyset.py b/djangoldp_webpushnotification/tests/tests_vapidkeyset.py index af71f55..e8f217f 100644 --- a/djangoldp_webpushnotification/tests/tests_vapidkeyset.py +++ b/djangoldp_webpushnotification/tests/tests_vapidkeyset.py @@ -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(