From 5aecf40bed18a637caa8a173b2bedbd541edd29b Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 14 Mar 2019 10:31:24 +0545 Subject: [PATCH] fix occ url when running acceptance tests on build-it server --- tests/acceptance/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/run.sh b/tests/acceptance/run.sh index 7fa7b8af04a0..f64c5327ffc2 100755 --- a/tests/acceptance/run.sh +++ b/tests/acceptance/run.sh @@ -505,8 +505,8 @@ else # The endpoint to use to do occ commands via the testing app TESTING_APP_URL="${TEST_SERVER_URL}/ocs/v2.php/apps/testing/api/v1/" - OCC_URL="${TEST_SERVER_URL}occ" - DIR_URL="${TEST_SERVER_URL}dir" + OCC_URL="${TESTING_APP_URL}occ" + DIR_URL="${TESTING_APP_URL}dir" # Give time for the PHP dev server to become available # because we want to use it to get and change settings with the testing app