crypto: fix "Could not deserialize key data." with empty private key
This commit is contained in:
@ -34,6 +34,7 @@ class TestAuthNRequest(TestCase):
|
||||
),
|
||||
acs_url="http://testserver/source/saml/provider/acs/",
|
||||
signing_kp=CertificateKeyPair.objects.first(),
|
||||
verification_kp=CertificateKeyPair.objects.first(),
|
||||
)
|
||||
self.source = SAMLSource.objects.create(
|
||||
slug="provider",
|
||||
|
||||
Reference in New Issue
Block a user