Skip to content

Commit 42b3269

Browse files
committed
Remove forgotten debug line from a test
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
1 parent f98f4f7 commit 42b3269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ def test_metadata_targets(self):
524524
del targets_dict["signed"]["delegations"]
525525
tmp_dict = targets_dict["signed"].copy()
526526
targets_obj = Targets.from_dict(tmp_dict)
527-
tar_d = targets_obj.to_dict()
528527
self.assertEqual(targets_dict["signed"], targets_obj.to_dict())
529528

530529
def setup_dict_with_unrecognized_field(self, file_path, field, value):

0 commit comments

Comments
 (0)