1
0
Fork 0
mirror of synced 2024-08-09 15:17:57 +12:00

Run all tests

This commit is contained in:
Adria Navarro 2023-09-13 11:59:34 +02:00
parent c7e41eacc7
commit 823afa1f55

View file

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