fix(test): align gateway and session spawn hook typings

This commit is contained in:
Peter Steinberger
2026-03-03 01:11:42 +00:00
parent 46df7e2421
commit f0640b0100
2 changed files with 3 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ function expectErrorResultMessage(result: { details: unknown }, pattern: RegExp)
}
function expectThreadBindFailureCleanup(
details: { childSessionKey?: string },
details: { childSessionKey?: string; error?: string },
pattern: RegExp,
): void {
expect(details.error).toMatch(pattern);