summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShubhendu Tripathi <shtripat@redhat.com>2014-04-14 14:44:26 +0530
committerBala.FA <barumuga@redhat.com>2014-04-28 16:20:46 +0530
commit38049d133273d0735b8eeb470d3ac08f2f90dd17 (patch)
treed365ce573698b1d30351f3a3dd0c4308a2a1b0e1
parent935996d152a87a2b27d2b43f85f3bca710a4e555 (diff)
gluster-nagios-comon: Minor pep8 fix
Change-Id: If4a253b347ea60ce18c43cd88bd946e9b62e491f Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com>
-rw-r--r--tests/test_storage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_storage.py b/tests/test_storage.py
index f080430..c736d1d 100644
--- a/tests/test_storage.py
+++ b/tests/test_storage.py
@@ -335,7 +335,8 @@ class TestStorageUtils(TestCaseBase):
'/proc/bus/usb': '/proc/bus/usb',
'proc': '/proc'}
mock_get_mount_point.return_value = "/"
- mock_get_brick_mount_points.return_value = {'server-1:/tmp/vol1-a': "/"}
+ mock_get_brick_mount_points.return_value = {'server-1:/tmp/vol1-a':
+ "/"}
bricks = glusternagios.storage.getBricksForDisk("/dev/vda2")
self.assertEquals(bricks, ['server-1:/tmp/vol1-a'])