Skip to content

Commit 1636b97

Browse files
committed
address feedback
1 parent 0e50649 commit 1636b97

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/test_actor_lifecycle.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from typing import TYPE_CHECKING
44

5-
from apify_shared.consts import ActorExitCodes
6-
75
from apify import Actor
86

97
if TYPE_CHECKING:
@@ -117,7 +115,7 @@ async def main() -> None:
117115
actor = await make_actor(label='with-actor-fail', main_func=main)
118116
run_result = await run_actor(actor)
119117

120-
assert run_result.exit_code == ActorExitCodes.ERROR_USER_FUNCTION_THREW.value
118+
assert run_result.exit_code == 91
121119
assert run_result.status == 'FAILED'
122120

123121

0 commit comments

Comments
 (0)