mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:50:43 +00:00
test: tolerate empty fireworks live responses
This commit is contained in:
@@ -718,7 +718,9 @@ describeLive("live models (profile keys)", () => {
|
||||
if (
|
||||
ok.text.length === 0 &&
|
||||
allowNotFoundSkip &&
|
||||
(model.provider === "minimax" || model.provider === "zai")
|
||||
(model.provider === "fireworks" ||
|
||||
model.provider === "minimax" ||
|
||||
model.provider === "zai")
|
||||
) {
|
||||
skipped.push({
|
||||
model: id,
|
||||
|
||||
Reference in New Issue
Block a user