Skip to content
Snippets Groups Projects
Commit 2e46f7dc authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'ozg-2552-e2e-tests' (#108) from ozg-2552-e2e-tests into master

parents 496a998c f63698d1
Branches
Tags
No related merge requests found
......@@ -86,5 +86,5 @@ Cypress.Commands.add('logout', () => {
})
function getKeycloakBaseRealmUrl(): string {
return `${Cypress.env("keycloakUrl")}auth/realms/${Cypress.env("keycloakRealm")}/protocol/openid-connect`;
return `${Cypress.env("keycloakUrl")}realms/${Cypress.env("keycloakRealm")}/protocol/openid-connect`;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment