test: migrate consumers to inbox and owned-run APIs
This commit is contained in:
@@ -15,7 +15,6 @@ const scopedSubjectResolvers: Readonly<Record<string, ScopedSubjectResolver | nu
|
||||
'agent/request': args => args[0],
|
||||
'agent/request-error': args => args[0],
|
||||
'agent/session-start': args => args[0],
|
||||
'agent/settled': args => args[0],
|
||||
'agent/status': args => args[0],
|
||||
'agent/step': args => args[0],
|
||||
'agent/turn-stopping': args => args[0],
|
||||
|
||||
@@ -59,6 +59,7 @@ describe('scoped-dispatch invariants', () => {
|
||||
step: 1,
|
||||
provider: 'p',
|
||||
failure: { message: 'request', code: 'UNKNOWN' },
|
||||
retryPolicy: undefined,
|
||||
},
|
||||
signal,
|
||||
() => Promise.resolve(undefined),
|
||||
|
||||
Reference in New Issue
Block a user