diff --git a/dynamic-mapping-ui/cypress.env.json b/dynamic-mapping-ui/cypress.env.json index 1c73bc34..883459c3 100644 --- a/dynamic-mapping-ui/cypress.env.json +++ b/dynamic-mapping-ui/cypress.env.json @@ -1,5 +1,5 @@ { - "C8Y_TENANT": "YOUR_TENANT", - "C8Y_USERNAME": "YOUR_USERNAME", - "C8Y_PASSWORD": "YOUR_PASSWORD" - } \ No newline at end of file + "C8Y_TENANT": "ANY_TENANT", + "C8Y_USERNAME": "ANY_USER", + "C8Y_PASSWORD": "ANY_PASSWORD" +}