commit | 76a0a644423477825623d69b27fd9e9b01edf89c | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jun 26 20:26:25 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jun 26 20:26:25 2015 -0400 |
tree | 2750f3f0392fc9d7bf57c2dbae5bf42823a4d36c | |
parent | cde1ecbf1815f004888d0ef49e24502b5aa3c613 [diff] |
fix this test
diff --git a/tests/test_x509.py b/tests/test_x509.py index 03e9515..08dae0c 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py
@@ -858,7 +858,7 @@ critical=False, ) with pytest.raises(NotImplementedError): - builder.sign(backend, private_key, hashes.SHA256()) + builder.sign(private_key, hashes.SHA256(), backend) def test_set_subject_twice(self): builder = x509.CertificateSigningRequestBuilder()