Merge branch 'feature/onboard'
diff --git a/xos/tests/api/hooks.py b/xos/tests/api/hooks.py
index 9fbf83f..707b258 100644
--- a/xos/tests/api/hooks.py
+++ b/xos/tests/api/hooks.py
@@ -19,7 +19,7 @@
 
 
 def doLogin(username, password):
-    url = "http://127.0.0.1:8000/xoslib/login?username=%s&password=%s" % (username, password)
+    url = "http://127.0.0.1:9999/xoslib/login?username=%s&password=%s" % (username, password)
     res = urllib2.urlopen(url).read()
     parsed = json.loads(res)
     return {'token': parsed['xoscsrftoken'], 'sessionid': parsed['xossessionid']}
@@ -386,4 +386,4 @@
 
 @hooks.before("Utility > Logout > Log a user out of the system")
 def skip_for_now(transaction):
-    transaction['skip'] = True
\ No newline at end of file
+    transaction['skip'] = True