Skip to content

Commit 83da9fe

Browse files
Merge pull request #12849 from rabbitmq/fix-selenium-v4.0.x
Fix selenium suites in v4.0.x
2 parents 31c1018 + e91cdae commit 83da9fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export DEVKEYCLOAK_URL=https://devkeycloak:8442/realms/dev
2-
export DEVKEYCLOAK_CA_CERT=/config/oauth/devkeycloak/ca_devkeycloak_certificate.pem
2+
export DEVKEYCLOAK_CA_CERT=/config/multi-oauth/devkeycloak/ca_devkeycloak_certificate.pem
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export PRODKEYCLOAK_URL=https://prodkeycloak:8443/realms/prod
2-
export PRODKEYCLOAK_CA_CERT=/config/oauth/prodkeycloak/ca_prodkeycloak_certificate.pem
2+
export PRODKEYCLOAK_CA_CERT=/config/multi-oauth/prodkeycloak/ca_prodkeycloak_certificate.pem

0 commit comments

Comments
 (0)