From 2ef4bedc1dc3f73f89039eb429ef4b7c6549fc49 Mon Sep 17 00:00:00 2001 From: lukpueh Date: Tue, 8 Oct 2019 09:17:33 +0200 Subject: [PATCH] Update tests/test_updater_root_rotation_integration.py 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 010b4b30c2..a86c8b4e76 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