From a53c5c3bde7d6b999b4aca689ca2152be9e8c6c0 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Sun, 13 Oct 2019 10:51:51 -0500 Subject: [PATCH] - fix linting error --- src/Products/SiteAccess/tests/testVirtualHostMonster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Products/SiteAccess/tests/testVirtualHostMonster.py b/src/Products/SiteAccess/tests/testVirtualHostMonster.py index 66450650c9..c35bac3ae3 100644 --- a/src/Products/SiteAccess/tests/testVirtualHostMonster.py +++ b/src/Products/SiteAccess/tests/testVirtualHostMonster.py @@ -112,7 +112,7 @@ def test_vhm_set_map(self): somedomain2/folder - """ # map with empty lines. + """ # map with empty lines. vhm.set_map(mapping) self.assertEqual(len(vhm.lines), 2)