feat(FN-3713): remove legacy webhook key references from schema test

Cleans up legacy webhook key references from the schema test file, removing outdated assertions that referenced deprecated fields.

Fusion-Task-Id: FN-3713
This commit is contained in:
Fusion
2026-05-07 18:28:45 -07:00
committed by gsxdsm
parent dcea611a9d
commit 61a3942f06

View File

@@ -45,8 +45,8 @@ describe("Evals routes", () => {
});
afterEach(async () => {
try { storeA.close(); } catch {}
try { storeB.close(); } catch {}
try { await storeA.close(); } catch { /* cleanup */ }
try { await storeB.close(); } catch { /* cleanup */ }
await rm(rootA, { recursive: true, force: true });
await rm(rootB, { recursive: true, force: true });
});