summaryrefslogtreecommitdiffstats
path: root/tests/functional/snapshot/test_mount_snap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/snapshot/test_mount_snap.py')
-rw-r--r--tests/functional/snapshot/test_mount_snap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/snapshot/test_mount_snap.py b/tests/functional/snapshot/test_mount_snap.py
index e01be9dd8..67b8a43cd 100644
--- a/tests/functional/snapshot/test_mount_snap.py
+++ b/tests/functional/snapshot/test_mount_snap.py
@@ -177,7 +177,7 @@ class TestSnapMountSnapshot(GlusterBaseClass):
# validate io should fail
self.assertFalse(
validate_io_procs(all_mounts_procs, self.mounts),
- "Unexpected: IO Successfull on all clients"
+ "Unexpected: IO Successful on all clients"
)
g.log.info("Expected: IO failed on clients")