Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Use correct name for api endpoint in acceptance test config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsabeti committed Sep 22, 2014
1 parent 05a12f0 commit da2f7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/acceptance-tests/templates/errand.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export CONFIG=$PWD/integration_config.json

cat > integration_config.json <<EOF
{
"api_url": "<%= p('cf.api_url') %>",
"api": "<%= p('cf.api_url') %>",
"apps_domain": "<%= p('cf.apps_domain') %>",
"admin_user": "<%= p('cf.admin_username') %>",
"broker_host": "<%= p('broker.host') %>",
Expand Down

0 comments on commit da2f7ad

Please sign in to comment.