From f825466e1f0ba4709b1b2727cce435de10d936da Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 28 Oct 2013 09:11:08 -0400 Subject: [PATCH] normalize indentation to 4 spaces Signed-off-by: Alfredo Deza --- radosgw_agent/tests/test_client.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/radosgw_agent/tests/test_client.py b/radosgw_agent/tests/test_client.py index f68072e..30b926a 100644 --- a/radosgw_agent/tests/test_client.py +++ b/radosgw_agent/tests/test_client.py @@ -254,7 +254,7 @@ def test_configure_endpoints_2nd_region_metaonly_data(): meta_only=False) def test_configure_endpoints_master_region_master_zone(): - with py.test.raises(client.InvalidZone): + with py.test.raises(client.InvalidZone): _test_configure_endpoints('http://vit:8001', 'skinny', 'skinny-1', 'http://vit:8001', 'skinny', 'skinny-1') @@ -275,19 +275,19 @@ def test_configure_endpoints_specified_src_master_region_data(): 'http://vit:8001', meta_only=False) def test_configure_endpoints_bad_src_same_region(): - with py.test.raises(client.InvalidZone): + with py.test.raises(client.InvalidZone): _test_configure_endpoints('http://vit:8003', 'swab', 'swab-2', 'http://vit:8004', 'swab', 'swab-3', 'http://vit:8004') def test_configure_endpoints_bad_src_master_region(): - with py.test.raises(client.InvalidZone): + with py.test.raises(client.InvalidZone): _test_configure_endpoints('http://vit:8003', 'swab', 'swab-2', 'http://vit:8002', 'skinny', 'skinny-2', 'http://vit:8002') def test_configure_endpoints_bad_src_same_zone(): - with py.test.raises(client.InvalidZone): + with py.test.raises(client.InvalidZone): _test_configure_endpoints('http://vit:8000', 'swab', 'swab-1', 'http://vit:8000', 'swab', 'swab-1', 'http://vit:8000') @@ -299,6 +299,6 @@ def test_configure_endpoints_specified_nonexistent_src(): 'http://vit:80') def test_configure_endpoints_unknown_zone(): - with py.test.raises(client.ZoneNotFound): + with py.test.raises(client.ZoneNotFound): _test_configure_endpoints('http://vit:8005', 'skinny', 'skinny-1', 'http://vit:8001', 'skinny', 'skinny-1') -- 2.47.3