We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9531289 commit f6bb95bCopy full SHA for f6bb95b
selenium/bin/components/spring
@@ -10,8 +10,7 @@ ensure_spring() {
10
fi
11
}
12
init_spring() {
13
- SPRING_CONFIG_PATH=${SPRING_CONFIG_PATH:-oauth/spring}
14
- SPRING_CONFIG_DIR=$(realpath ${TEST_DIR}/${SPRING_CONFIG_PATH})
+ SPRING_CONFIG_DIR=${TEST_CONFIG_PATH}/spring
15
SPRING_URL=${SPRING_URL:-OAUTH_PROVIDER_URL}
16
17
print "> SPRING_CONFIG_DIR: ${SPRING_CONFIG_DIR}"
0 commit comments