mirror of https://github.com/apache/cloudstack.git
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 <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
a841ed949f
commit
cdf19b552c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue