1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

fix sql error message for qa-core

This commit is contained in:
Peter Clement 2023-06-29 09:58:26 +01:00
parent 08e530c37d
commit a70fc32408

View file

@ -63,7 +63,7 @@ describe("datasource validators", () => {
expect(result).toEqual({
connected: false,
error:
"Access denied for user 'root'@'172.17.0.1' (using password: YES)",
"Access denied for the specified user. User does not have the necessary privileges or the provided credentials are incorrect. Please verify the credentials, and ensure that the user has appropriate permissions.",
})
})
})