Run all tests

This commit is contained in:
Adria Navarro 2023-09-13 11:59:34 +02:00
parent c7e41eacc7
commit 823afa1f55
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ describe("postgres integrations", () => {
) )
} }
it.only("validate table schema", async () => { it("validate table schema", async () => {
const res = await makeRequest( const res = await makeRequest(
"get", "get",
`/api/datasources/${postgresDatasource._id}` `/api/datasources/${postgresDatasource._id}`