test(video): drop duplicated test.after cleanup in custom-provider route test

This commit is contained in:
oyi77
2026-08-09 04:12:24 +07:00
committed by diegosouzapw
parent cb8d9ef833
commit c624581ee3

View File

@@ -168,7 +168,3 @@ test("video route returns 400 for unknown custom provider", async () => {
const payload = await response.json();
assert.match(payload.error.message, /Invalid video model/);
});
test.after(() => {
core.closeDbInstance();
fs.rmSync(TEST_DATA_DIR, { recursive: true, force: true });
});