From 1643ae3d7c3841593e609e739d91f835de225f2b Mon Sep 17 00:00:00 2001 From: Renato Valenzuela Date: Thu, 25 Jun 2026 16:15:04 +0000 Subject: [PATCH] test: fix expected SubType for `wait_for_callback` in tests Expect `WaitForCallback` instead of `RunInChildContext` --- .../durable/functions/wait_for_callback/expected_history.json | 4 ++-- .../functions/wait_for_callback/expected_history_failure.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 07429a54b43..10f8dd49223 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 55672d58b95..0c11fcfb9cd 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": {