ci: Improve mysql tests (#19764)

This commit is contained in:
Tomi Turtiainen 2025-09-19 15:11:58 +03:00 committed by GitHub
parent 8a6f3aa5f6
commit 532af039aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',