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(
|
||||
"get",
|
||||
`/api/datasources/${postgresDatasource._id}`
|
||||
|
|
Loading…
Reference in New Issue