Merge branch 'feature/api-cleanup' of https://github.com/open-cloud/xos into feature/api-cleanup
diff --git a/xos/configurations/test-standalone/Makefile b/xos/configurations/test-standalone/Makefile
index cc2a3bc..7612c45 100644
--- a/xos/configurations/test-standalone/Makefile
+++ b/xos/configurations/test-standalone/Makefile
@@ -2,6 +2,7 @@
 
 test: frontend
 	sudo docker exec -i teststandalone_xos_1 bash -c "cd /opt/xos/tests/api; npm install --production"
+	sudo docker exec teststandalone_xos_1 pip install dredd_hooks
 	sudo docker exec -i teststandalone_xos_1 bash -c "cd /opt/xos/tests/api; npm test"
 
 frontend:
@@ -26,4 +27,4 @@
 	sudo docker-compose rm
 
 enter-xos:
-	sudo docker exec -ti teststandalone_xos_1 bash
\ No newline at end of file
+	sudo docker exec -ti teststandalone_xos_1 bash
diff --git a/xos/tests/api/dredd.yml b/xos/tests/api/dredd.yml
index d0856d2..a214c7c 100644
--- a/xos/tests/api/dredd.yml
+++ b/xos/tests/api/dredd.yml
@@ -32,4 +32,4 @@
 hooks-worker-handler-host: localhost
 hooks-worker-handler-port: 61321
 blueprint: apiary.apib
-endpoint: 'http://xos.dev:9999/'
+endpoint: 'http://127.0.0.1:8000/'