aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_policyhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_policyhandler.py')
-rw-r--r--tests/test_policyhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_policyhandler.py b/tests/test_policyhandler.py
index a775ea7..097a8e1 100644
--- a/tests/test_policyhandler.py
+++ b/tests/test_policyhandler.py
@@ -196,7 +196,7 @@ class MonkeyPolicyEngine(object):
LATEST_POLICIES:
dict((k, v)
for k, v in MonkeyPolicyEngine.gen_all_policies_latest()
- [LATEST_POLICIES].iteritems()
+ [LATEST_POLICIES].items()
if re.match(match_to_policy_name, k)),
ERRORED_SCOPES: [],
ERRORED_POLICIES: {}