We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e50649 commit 9b9a871Copy full SHA for 9b9a871
tests/integration/test_actor_lifecycle.py
@@ -117,7 +117,7 @@ async def main() -> None:
117
actor = await make_actor(label='with-actor-fail', main_func=main)
118
run_result = await run_actor(actor)
119
120
- assert run_result.exit_code == ActorExitCodes.ERROR_USER_FUNCTION_THREW.value
+ assert run_result.exit_code == 91
121
assert run_result.status == 'FAILED'
122
123
0 commit comments