Skip to content

Commit 635734d

Browse files
authored
test: fix expected SubType for wait_for_callback in tests (#9097)
Expect `WaitForCallback` instead of `RunInChildContext`
1 parent f4ebc1a commit 635734d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/integration/testdata/durable/functions/wait_for_callback/expected_history.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"EventType": "ContextStarted",
15-
"SubType": "RunInChildContext",
15+
"SubType": "WaitForCallback",
1616
"EventId": 2,
1717
"Name": "external_call",
1818
"ContextStartedDetails": {}
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
"EventType": "ContextSucceeded",
63-
"SubType": "RunInChildContext",
63+
"SubType": "WaitForCallback",
6464
"EventId": 8,
6565
"Name": "external_call",
6666
"ContextSucceededDetails": {

tests/integration/testdata/durable/functions/wait_for_callback/expected_history_failure.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"EventType": "ContextStarted",
15-
"SubType": "RunInChildContext",
15+
"SubType": "WaitForCallback",
1616
"EventId": 2,
1717
"Name": "external_call",
1818
"ContextStartedDetails": {}
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
"EventType": "ContextFailed",
63-
"SubType": "RunInChildContext",
63+
"SubType": "WaitForCallback",
6464
"EventId": 8,
6565
"Name": "external_call",
6666
"ContextFailedDetails": {

0 commit comments

Comments
 (0)