fix: raw body limit (#10254)

This commit is contained in:
darkskygit
2025-02-18 11:34:58 +00:00
parent 4c7eedb920
commit 176e0a1950
5 changed files with 86 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ test.after.always(async t => {
await t.context.app.close();
});
test.only('should render page success', async t => {
test('should render page success', async t => {
const docId = randomUUID();
const { app, adapter, permission } = t.context;