From 8887a57bc4be41657d174c371798232b976dfa5b Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sun, 19 Jul 2015 10:26:59 -0500 Subject: Use explicit keyword args in the tests --- tests/test_x509.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_x509.py') diff --git a/tests/test_x509.py b/tests/test_x509.py index 7edef7ed..91b4f2b3 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py @@ -801,7 +801,7 @@ class TestRSACertificateRequest(object): ])).public_key( subject_private_key.public_key() ).add_extension( - x509.BasicConstraints(False, None), True, + x509.BasicConstraints(ca=False, path_length=None), True, ).not_valid_before( not_valid_before ).not_valid_after( -- cgit v1.2.3