mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-11 01:32:22 +03:00
test(video): drop duplicated test.after cleanup in custom-provider route test
This commit is contained in:
@@ -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 });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user