Skip to content

Commit

Permalink
Remove forgotten debug line from a test
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
  • Loading branch information
MVrachev committed May 11, 2021
1 parent 7edaed9 commit 10a8faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 10a8faa

Please sign in to comment.