File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3816,10 +3816,11 @@ async def test_workflow_update_handlers_unhappy(
3816
3816
await handle .execute_update ("whargarbl" , "whatever" )
3817
3817
assert isinstance (err .value .cause , ApplicationError )
3818
3818
assert "'whargarbl' expected but not found" in err .value .cause .message
3819
- assert (
3820
- "known updates: [bad_validator first_task_update last_event last_event_async renamed runs_activity set_dynamic throws_runtime_err]"
3821
- in err .value .cause .message
3822
- )
3819
+ # TODO: Once https://github.com/temporalio/sdk-python/issues/462 is fixed, uncomment
3820
+ # assert (
3821
+ # "known updates: [bad_validator first_task_update last_event last_event_async renamed runs_activity set_dynamic throws_runtime_err]"
3822
+ # in err.value.cause.message
3823
+ # )
3823
3824
3824
3825
# Rejection by validator
3825
3826
with pytest .raises (WorkflowUpdateFailedError ) as err :
You can’t perform that action at this time.
0 commit comments