mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
ci: Improve mysql tests (#19764)
This commit is contained in:
parent
8a6f3aa5f6
commit
532af039aa
|
|
@ -65,15 +65,7 @@ beforeEach(async () => {
|
|||
await testDb.truncate(['DataTable', 'DataTableColumn']);
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
await testDb.terminate();
|
||||
});
|
||||
|
||||
describe('POST /projects/:projectId/data-tables', () => {
|
||||
beforeEach(async () => {
|
||||
await testDb.truncate(['DataTable', 'DataTableColumn']);
|
||||
});
|
||||
|
||||
test('should not create data store when project does not exist', async () => {
|
||||
const payload = {
|
||||
name: 'Test Data Store',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user