diff --git a/tests/integration/testdata/durable/functions/wait_for_callback/expected_history.json b/tests/integration/testdata/durable/functions/wait_for_callback/expected_history.json index 07429a54b4..10f8dd4922 100644 --- a/tests/integration/testdata/durable/functions/wait_for_callback/expected_history.json +++ b/tests/integration/testdata/durable/functions/wait_for_callback/expected_history.json @@ -12,7 +12,7 @@ }, { "EventType": "ContextStarted", - "SubType": "RunInChildContext", + "SubType": "WaitForCallback", "EventId": 2, "Name": "external_call", "ContextStartedDetails": {} @@ -60,7 +60,7 @@ }, { "EventType": "ContextSucceeded", - "SubType": "RunInChildContext", + "SubType": "WaitForCallback", "EventId": 8, "Name": "external_call", "ContextSucceededDetails": { diff --git a/tests/integration/testdata/durable/functions/wait_for_callback/expected_history_failure.json b/tests/integration/testdata/durable/functions/wait_for_callback/expected_history_failure.json index 55672d58b9..0c11fcfb9c 100644 --- a/tests/integration/testdata/durable/functions/wait_for_callback/expected_history_failure.json +++ b/tests/integration/testdata/durable/functions/wait_for_callback/expected_history_failure.json @@ -12,7 +12,7 @@ }, { "EventType": "ContextStarted", - "SubType": "RunInChildContext", + "SubType": "WaitForCallback", "EventId": 2, "Name": "external_call", "ContextStartedDetails": {} @@ -60,7 +60,7 @@ }, { "EventType": "ContextFailed", - "SubType": "RunInChildContext", + "SubType": "WaitForCallback", "EventId": 8, "Name": "external_call", "ContextFailedDetails": {