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:
lukpueh 2019-10-08 09:17:33 +02:00 committed by Lukas Puehringer
parent 3604c38c71
commit 4d7bb69a77

View file

@ -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