Fix tests

This commit is contained in:
Adria Navarro 2023-06-13 10:50:02 +01:00
parent c1e09d0305
commit d8f9c73193
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ describe("datasource validators", () => {
const result = await integration.testConnection()
expect(result).toEqual({
connected: false,
error: "Error: getaddrinfo ENOTFOUND http",
error: "getaddrinfo ENOTFOUND http",
})
})
})