Skip to content

Commit 3d9b64e

Browse files
committed
Fix formatting in test_port_forwarding.py
1 parent f229d2e commit 3d9b64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_port_forwarding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def test_remote_port_forwarding_request(
815815
# Remote port forwarding might be restricted
816816
# This is acceptable - we're just testing the capability
817817
if "rejected" in str(e).lower() or "denied" in str(e).lower():
818-
#
818+
#
819819
pytest.skip(f"Remote port forwarding not available: {e}")
820820
raise
821821

0 commit comments

Comments
 (0)