Skip to content

Commit b85162a

Browse files
Fix typo in script that deploys fakeproxy
1 parent 1a9d745 commit b85162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium/bin/components/fakeproxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ${TEST_CONFIG_PATH}:/etc/uaa \
47+
-v ${TEST_CONFIG_PATH}:/etc/uaa \
4848
-v ${FAKEPROXY_DIR}:/code/fakeportal \
4949
mocha-test:${mocha_test_tag} run fakeproxy
5050

0 commit comments

Comments
 (0)