This commit is contained in:
2026-04-10 15:37:02 +08:00
parent 161cd32277
commit f19e482c8f
233 changed files with 43987 additions and 5127 deletions

View File

@@ -935,7 +935,9 @@ describe('ai orchestration fallbacks', () => {
'/api/custom-world/scene-image',
expect.objectContaining({
method: 'POST',
headers: { 'Content-Type': 'application/json' },
headers: expect.objectContaining({
'Content-Type': 'application/json',
}),
}),
);
const [, request] = fetchMock.mock.calls[0] as [string, RequestInit];