From 4d7bb69a77fd4e286d1c41ccf3d5be5e9d75c17c Mon Sep 17 00:00:00 2001 From: lukpueh Date: Tue, 8 Oct 2019 09:17:33 +0200 Subject: [PATCH] Fix comment in root rotation updater test Signed-off-by: Lukas Puehringer Co-Authored-By: Trishank K Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com> --- tests/test_updater_root_rotation_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_updater_root_rotation_integration.py b/tests/test_updater_root_rotation_integration.py index 010b4b30..a86c8b4e 100755 --- a/tests/test_updater_root_rotation_integration.py +++ b/tests/test_updater_root_rotation_integration.py @@ -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