Run all tests
This commit is contained in:
parent
c7e41eacc7
commit
823afa1f55
|
@ -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}`
|
||||||
|
|
Loading…
Reference in New Issue