From 761cf45e9d61347c29d32ad6a7c91d3805f2e1ee Mon Sep 17 00:00:00 2001 From: James Knight Date: Thu, 10 Aug 2023 23:45:17 -0400 Subject: [PATCH] tests: cleanup linting Signed-off-by: James Knight --- tests/unit-tests/test_publisher_connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit-tests/test_publisher_connect.py b/tests/unit-tests/test_publisher_connect.py index f0826125..0b0bcead 100644 --- a/tests/unit-tests/test_publisher_connect.py +++ b/tests/unit-tests/test_publisher_connect.py @@ -157,7 +157,7 @@ def test_publisher_connect_proxy(self): } try: - with mock_confluence_instance(self.config) as default_daemon,\ + with mock_confluence_instance(self.config) as default_daemon, \ mock_confluence_instance() as proxy_daemon: proxy_host, proxy_port = proxy_daemon.server_address