Skip to content

Commit 9b9a871

Browse files
committed
address feedback
1 parent 0e50649 commit 9b9a871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_actor_lifecycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def main() -> None:
117117
actor = await make_actor(label='with-actor-fail', main_func=main)
118118
run_result = await run_actor(actor)
119119

120-
assert run_result.exit_code == ActorExitCodes.ERROR_USER_FUNCTION_THREW.value
120+
assert run_result.exit_code == 91
121121
assert run_result.status == 'FAILED'
122122

123123

0 commit comments

Comments
 (0)