This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new 6f334eb1874 Update test_linstor_volumes.py for spello
6f334eb1874 is described below
commit 6f334eb1874006aaabe64976a8dceeeb3cb74002
Author: dahn <[email protected]>
AuthorDate: Wed Mar 26 12:14:45 2025 +0100
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)