mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix comment in root rotation updater test
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu> Co-Authored-By: Trishank K Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com>
This commit is contained in:
parent
3604c38c71
commit
4d7bb69a77
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ def test_root_rotation_max(self):
|
|||
tuf.settings.MAX_NUMBER_ROOT_ROTATIONS = 2
|
||||
|
||||
# Update on client 1.root.json --> 2.root.json --> 3.root.json,
|
||||
# but not stop before updating to 4.root.json
|
||||
# but stop before updating to 4.root.json
|
||||
self.repository_updater.refresh()
|
||||
|
||||
# Assert that the client indeed only updated until 3.root.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue