ToolJet/cypress-tests/cypress/constants/texts/bigquery.js

8 lines
259 B
JavaScript
Raw Normal View History

export const bigqueryText = {
bigQuery: "BigQuery",
cypressBigQuery: "cypress-bigquery",
errorInvalidEmailId:
"The incoming JSON object does not contain a client_email field",
placehlderPrivateKey: "Enter JSON private key for service account",
};