From 10a8faa3625733636f767fbc6a141cd316b90849 Mon Sep 17 00:00:00 2001 From: Martin Vrachev Date: Mon, 10 May 2021 18:43:13 +0300 Subject: [PATCH] Remove forgotten debug line from a test Signed-off-by: Martin Vrachev --- tests/test_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_api.py b/tests/test_api.py index c561bb7944..f2ff68cbf8 100755 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -522,7 +522,6 @@ def test_metadata_targets(self): del targets_dict["signed"]["delegations"] tmp_dict = targets_dict["signed"].copy() targets_obj = Targets.from_dict(tmp_dict) - tar_d = targets_obj.to_dict() self.assertEqual(targets_dict["signed"], targets_obj.to_dict()) def setup_dict_with_unrecognized_field(self, file_path, field, value):