From 949e797e7a2e0aa6895920cee4e20710b50ae4ba Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 5 Mar 2025 13:38:13 +0530 Subject: [PATCH] lint: fix test_linstor_volumes.py Fix lint error in the file - test/integration/plugins/linstor/test_linstor_volumes.py Signed-off-by: Abhishek Kumar --- test/integration/plugins/linstor/test_linstor_volumes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/plugins/linstor/test_linstor_volumes.py b/test/integration/plugins/linstor/test_linstor_volumes.py index e43f4e923e13..a2c7978d801c 100644 --- a/test/integration/plugins/linstor/test_linstor_volumes.py +++ b/test/integration/plugins/linstor/test_linstor_volumes.py @@ -1309,7 +1309,7 @@ def test_13_revert_vm_snapshots(self): self.assertEqual( "hello world", result[0], - "Check the content is the same as originaly written" + "Check the content is the same as originally written" ) @attr(tags=["basic"], required_hardware=False)