File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ start_fakeportal() {
5252 --env CLIENT_ID=" ${CLIENT_ID} " \
5353 --env CLIENT_SECRET=" ${CLIENT_SECRET} " \
5454 --env NODE_EXTRA_CA_CERTS=/etc/uaa/ca_uaa_certificate.pem \
55- -v ${OAUTH_SERVER_CONFIG_DIR} :/etc/uaa \
55+ -v ${TEST_CONFIG_PATH} /uaa :/etc/uaa \
5656 -v ${FAKEPORTAL_DIR} :/code/fakeportal \
5757 mocha-test:${mocha_test_tag} run fakeportal
5858
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ start_fakeproxy() {
4444 --env CLIENT_ID="${CLIENT_ID}" \
4545 --env CLIENT_SECRET="${CLIENT_SECRET}" \
4646 --env NODE_EXTRA_CA_CERTS=/etc/uaa/ca_uaa_certificate.pem \
47- -v ${OAUTH_SERVER_CONFIG_DIR }:/etc/uaa \
47+ -v ${TEST_CONFIG_PATH }:/etc/uaa \
4848 -v ${FAKEPROXY_DIR}:/code/fakeportal \
4949 mocha-test:${mocha_test_tag} run fakeproxy
5050
You can’t perform that action at this time.
0 commit comments