Skip to content

Commit

Permalink
Merge pull request #837 from sphinx-contrib/cleanup-linting
Browse files Browse the repository at this point in the history
tests: cleanup linting
  • Loading branch information
jdknight authored Aug 11, 2023
2 parents 2adb8a7 + 761cf45 commit 005a105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-tests/test_publisher_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 005a105

Please sign in to comment.