This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.20 by this push:
new cdf19b552ca lint: fix test_linstor_volumes.py (#10502)
cdf19b552ca is described below
commit cdf19b552ca597e357437ca34c683e712671f188
Author: Abhishek Kumar <[email protected]>
AuthorDate: Wed Mar 5 19:19:47 2025 +0530
lint: fix test_linstor_volumes.py (#10502)
Fix lint error in the file -
test/integration/plugins/linstor/test_linstor_volumes.py
Signed-off-by: Abhishek Kumar <[email protected]>
---
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)