mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
tests: Move lint disable to inside block as intended
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
This commit is contained in:
parent
ca6434b081
commit
e51c0beee3
1 changed files with 1 additions and 1 deletions
|
|
@ -345,8 +345,8 @@ def test_metadata_verify_delegate(self) -> None:
|
|||
with self.assertRaises(ValueError):
|
||||
role2.verify_delegate("role1", role1)
|
||||
|
||||
# pylint: disable=too-many-locals,too-many-statements
|
||||
def test_signed_verify_delegate(self) -> None:
|
||||
# pylint: disable=too-many-locals,too-many-statements
|
||||
root_path = os.path.join(self.repo_dir, "metadata", "root.json")
|
||||
root_md = Metadata[Root].from_file(root_path)
|
||||
root = root_md.signed
|
||||
|
|
|
|||
Loading…
Reference in a new issue