From 38049d133273d0735b8eeb470d3ac08f2f90dd17 Mon Sep 17 00:00:00 2001 From: Shubhendu Tripathi Date: Mon, 14 Apr 2014 14:44:26 +0530 Subject: gluster-nagios-comon: Minor pep8 fix Change-Id: If4a253b347ea60ce18c43cd88bd946e9b62e491f Signed-off-by: Shubhendu Tripathi --- tests/test_storage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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']) -- cgit