mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 14:52:09 +03:00
fix(tests): update stream-utils assertion for responses api compliance
This commit is contained in:
@@ -797,7 +797,7 @@ test("createSSETransformStreamWithLogger flushes Responses API terminal events o
|
||||
|
||||
assert.match(text, /response\.created/);
|
||||
assert.match(text, /response\.completed/);
|
||||
assert.match(text, /\[DONE\]/);
|
||||
assert.doesNotMatch(text, /\[DONE\]/);
|
||||
});
|
||||
|
||||
test("createPassthroughStreamWithLogger reuses passthrough mode helpers", async () => {
|
||||
|
||||
Reference in New Issue
Block a user