summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/src/test/unit/yedit_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_utils/src/test/unit/yedit_test.py')
-rwxr-xr-xroles/lib_utils/src/test/unit/yedit_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_utils/src/test/unit/yedit_test.py b/roles/lib_utils/src/test/unit/yedit_test.py
index 2793c5c1a..ed07ac96e 100755
--- a/roles/lib_utils/src/test/unit/yedit_test.py
+++ b/roles/lib_utils/src/test/unit/yedit_test.py
@@ -256,7 +256,7 @@ class YeditTest(unittest.TestCase):
def test_pop_list_item_2(self):
'''test dict value with none value'''
- z = range(10)
+ z = list(range(10))
yed = Yedit(content=z, separator=':')
yed.pop('', 5)
z.pop(5)