Skip to content

Commit 234dcdf

Browse files
cursoragentalb-rl
andcommitted
chore: format files with ruff
Co-authored-by: albert <alb-rl@users.noreply.github.com>
1 parent 2fb1105 commit 234dcdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/smoketests/sdk/test_async_devbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ async def test_create_ssh_key(self, async_sdk_client: AsyncRunloopSDK) -> None:
440440
@pytest.mark.timeout(TWO_MINUTE_TIMEOUT)
441441
async def test_create_tunnel_deprecated(self, async_sdk_client: AsyncRunloopSDK) -> None:
442442
"""Test creating a tunnel (deprecated - now creates v2 tunnel).
443-
443+
444444
Note: The deprecated create_tunnel endpoint now creates v2 Portal tunnels
445445
which cannot be removed. They remain active until the devbox is stopped.
446446
Use enable_tunnel for creating v2 tunnels instead.

tests/smoketests/sdk/test_devbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def test_create_ssh_key(self, sdk_client: RunloopSDK) -> None:
437437
@pytest.mark.timeout(TWO_MINUTE_TIMEOUT)
438438
def test_create_tunnel_deprecated(self, sdk_client: RunloopSDK) -> None:
439439
"""Test creating a tunnel (deprecated - now creates v2 tunnel).
440-
440+
441441
Note: The deprecated create_tunnel endpoint now creates v2 Portal tunnels
442442
which cannot be removed. They remain active until the devbox is stopped.
443443
Use enable_tunnel for creating v2 tunnels instead.

0 commit comments

Comments
 (0)