From fc94903f2d33dd711a66c596e8b484eea0f57d9a Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 06 2021 06:16:35 +0000 Subject: Apply patch 0011-tests-json_echo-Fix-for-Python3.patch patch_name: 0011-tests-json_echo-Fix-for-Python3.patch present_in_specfile: true location_in_specfile: 11 --- diff --git a/tests/json_echo/run-test.py b/tests/json_echo/run-test.py index a636d5f..fa7d69a 100755 --- a/tests/json_echo/run-test.py +++ b/tests/json_echo/run-test.py @@ -119,7 +119,7 @@ def get_handle(output, search): else: data = item - k = search.keys()[0] + k = list(search.keys())[0] if not k in data: continue