Updated XOS url in End to End UI test
Change-Id: I001b36eaadef8421bfebf2ad7229d8888465cf76
diff --git a/xos/configurations-deprecated/test-standalone/Makefile b/xos/configurations-deprecated/test-standalone/Makefile
index f3d5be1..6f77e37 100644
--- a/xos/configurations-deprecated/test-standalone/Makefile
+++ b/xos/configurations-deprecated/test-standalone/Makefile
@@ -103,7 +103,7 @@
sudo docker-compose -p $(DOCKER_PROJECT) -f $(DOCKER_COMPOSE_YML) run xos_ui bash -c "cd /opt/xos/tosca/tests; python ./alltests.py"
test-ui: restore-initial-db-status
- sudo docker exec -u root -i teststandalone_xos_1 bash -c "cd /opt/xos/tests/ui-e2e; python xos-e2e-test.py"
+ sudo docker exec -u root -i teststandalone_xos_ui_1 bash -c "cd /opt/xos/tests/ui-e2e; python xos-e2e-test.py"
base-container:
cd ../../../containers/xos; make base