ToolJet/cypress-tests/cypress/constants/texts/redis.js
Mekhla Asopa baea87185b
Updated the cypress spec with node upgrade changes (#8405)
* update cypress specs

* update the data source count values
2023-12-26 12:55:48 +05:30

9 lines
370 B
JavaScript

export const redisText = {
redis: "Redis",
cypressRedis: "cypress-redis",
errorMaxRetries:
'Reached the max retries per request limit (which is 1). Refer to "maxRetriesPerRequest" option for details.',
errorPort: "Port should be >= 0 and < 65536. Received type number (108299).",
errorInvalidUserOrPassword: "WRONGPASS invalid username-password pair",
};