summaryrefslogtreecommitdiffstats
path: root/tests/functional/snapshot/test_snap_list_after_restart.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/snapshot/test_snap_list_after_restart.py')
-rw-r--r--tests/functional/snapshot/test_snap_list_after_restart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/snapshot/test_snap_list_after_restart.py b/tests/functional/snapshot/test_snap_list_after_restart.py
index 1eb83751c..52f34c14a 100644
--- a/tests/functional/snapshot/test_snap_list_after_restart.py
+++ b/tests/functional/snapshot/test_snap_list_after_restart.py
@@ -122,7 +122,7 @@ class SnapshotGlusterddown(GlusterBaseClass):
g.log.info("Starting to list all snapshots")
for server in self.servers[0:]:
out = get_snap_list(server)
- self.assertIsNotNone(out, "Falied to list snap in node"
+ self.assertIsNotNone(out, "Failed to list snap in node"
"%s" % server)
self.assertEqual(len(out), 2, "Failed to validate snap list"
"on node %s" % server)