From 6f334eb1874006aaabe64976a8dceeeb3cb74002 Mon Sep 17 00:00:00 2001 From: dahn Date: Wed, 26 Mar 2025 12:14:45 +0100 Subject: [PATCH] Update test_linstor_volumes.py for spello --- 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 e43f4e923e1..a2c7978d801 100644 --- a/test/integration/plugins/linstor/test_linstor_volumes.py +++ b/test/integration/plugins/linstor/test_linstor_volumes.py @@ -1309,7 +1309,7 @@ class TestLinstorVolumes(cloudstackTestCase): 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)