fix(provision): force user to properly set cluster & domain parameters
[arvados.git] / tools / salt-install / tests / run-test.sh
index 6bc8422f8d1983c58db2757b2a68ed71c64e2957..53c51a2c5a097d2e8b45446ea26a7e2a26800f2d 100755 (executable)
@@ -10,7 +10,7 @@ export ARVADOS_API_HOST_INSECURE=true
 set -o pipefail
 
 # First, validate that the CA is installed and that we can query it with no errors.
-if ! curl -s -o /dev/null https://workbench.${ARVADOS_API_HOST}/users/welcome?return_to=%2F; then
+if ! curl -s -o /dev/null https://${ARVADOS_API_HOST}/users/welcome?return_to=%2F; then
   echo "The Arvados CA was not correctly installed. Although some components will work,"
   echo "others won't. Please verify that the CA cert file was installed correctly and"
   echo "retry running these tests."