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 b8f68a9 commit 9413c70Copy full SHA for 9413c70
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