summaryrefslogtreecommitdiffstats
path: root/test/unit/common/test_ring.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/common/test_ring.py')
-rw-r--r--test/unit/common/test_ring.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/common/test_ring.py b/test/unit/common/test_ring.py
index 4cbb28c..ca9fc5c 100644
--- a/test/unit/common/test_ring.py
+++ b/test/unit/common/test_ring.py
@@ -21,7 +21,7 @@ from gluster.swift.common.ring import Ring
class TestRing(unittest.TestCase):
- """ Tests for common.utils """
+ """ Tests for common.ring """
def setUp(self):
swift.common.utils.HASH_PATH_SUFFIX = 'endcap'
@@ -66,4 +66,3 @@ class TestRing(unittest.TestCase):
def test_invalid_partition(self):
nodes = self.ring.get_part_nodes(0)
self.assertEqual(nodes[0]['device'], 'volume_not_in_ring')
-