From adf1bb9f789ab19339b9882fb4bdd2c047e59b37 Mon Sep 17 00:00:00 2001 From: Andrew Leeming Date: Thu, 6 Oct 2016 12:15:14 +0100 Subject: Fixing minor indentation bug --- tests/test_all.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_all.py b/tests/test_all.py index 8dff74a..eed6d26 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -158,15 +158,15 @@ class TestMounts(object): exit, out, err = sandboxlib_executor.run_sandbox( ['true'], extra_mounts=[('proc', None, 'tmpfs')]) - assert excinfo.value.message == ( - "Mount point empty in mount entry ('proc', None, 'tmpfs')") + assert excinfo.value.message == ( + "Mount point empty in mount entry ('proc', None, 'tmpfs')") with pytest.raises(AssertionError) as excinfo: exit, out, err = sandboxlib_executor.run_sandbox( ['true'], extra_mounts=[('proc', 'tmpfs')]) - assert excinfo.value.message == ( - "Invalid mount entry in 'extra_mounts': ('proc', 'tmpfs')") + assert excinfo.value.message == ( + "Invalid mount entry in 'extra_mounts': ('proc', 'tmpfs')") class TestWriteablePaths(object): -- cgit v1.2.1