Skip to content

Commit

Permalink
Deliberate test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 25, 2024
1 parent e462219 commit 32b8824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/worker/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5994,7 +5994,7 @@ async def test_activity_retry_delay(client: Client):
assert isinstance(err.cause, ActivityError)
assert isinstance(err.cause.cause, ApplicationError)
assert (
str(err.cause.cause) == ActivitiesWithRetryDelayWorkflow.error_message
str(err.cause.cause) != ActivitiesWithRetryDelayWorkflow.error_message
)
assert (
err.cause.cause.next_retry_delay
Expand Down

0 comments on commit 32b8824

Please sign in to comment.