summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_add_remove_cert_cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_xmlrpc/test_add_remove_cert_cmd.py')
-rw-r--r--ipatests/test_xmlrpc/test_add_remove_cert_cmd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/test_xmlrpc/test_add_remove_cert_cmd.py b/ipatests/test_xmlrpc/test_add_remove_cert_cmd.py
index e42c1929f..c0669c093 100644
--- a/ipatests/test_xmlrpc/test_add_remove_cert_cmd.py
+++ b/ipatests/test_xmlrpc/test_add_remove_cert_cmd.py
@@ -88,13 +88,13 @@ class CertManipCmdTestBase(XMLRPC_test):
# list of certificates to add to entry
cls.certs = [
get_testcert(DN(('CN', cls.entity_subject)), cls.entity_principal)
- for i in xrange(3)
+ for i in range(3)
]
# list of certificates for testing of removal of non-existent certs
cls.nonexistent_certs = [
get_testcert(DN(('CN', cls.entity_subject)), cls.entity_principal)
- for j in xrange(2)
+ for j in range(2)
]
# cert subset to remove from entry