Skip to content

Commit 4127bcf

Browse files
committed
Type check fix
1 parent 4270cb9 commit 4127bcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/actor/test_actor_api_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ async def main_client() -> None:
445445
)
446446

447447
server_actor_run = await server_actor.start()
448-
server_actor_container_url = server_actor_run['containerUrl']
448+
server_actor_container_url = server_actor_run.container_url
449449

450450
server_actor_initialized = await server_actor.last_run().key_value_store().get_record('INITIALIZED')
451451
while not server_actor_initialized:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)