Skip to content

Commit cdf19b5

Browse files
authored
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]>
1 parent a841ed9 commit cdf19b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/plugins/linstor/test_linstor_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ def test_13_revert_vm_snapshots(self):
13091309
self.assertEqual(
13101310
"hello world",
13111311
result[0],
1312-
"Check the content is the same as originaly written"
1312+
"Check the content is the same as originally written"
13131313
)
13141314

13151315
@attr(tags=["basic"], required_hardware=False)

0 commit comments

Comments
 (0)