summaryrefslogtreecommitdiff
path: root/users/test/integration/api/python/flow_with_srp.py
diff options
context:
space:
mode:
Diffstat (limited to 'users/test/integration/api/python/flow_with_srp.py')
-rwxr-xr-xusers/test/integration/api/python/flow_with_srp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/test/integration/api/python/flow_with_srp.py b/users/test/integration/api/python/flow_with_srp.py
index 0a11aec..b599252 100755
--- a/users/test/integration/api/python/flow_with_srp.py
+++ b/users/test/integration/api/python/flow_with_srp.py
@@ -16,7 +16,7 @@ def id_generator(size=6, chars=string.ascii_uppercase + string.digits):
return ''.join(random.choice(chars) for x in range(size))
# using globals for a start
-server = 'http://springbok/1/'
+server = 'http://springbok.leap.se/1/'
login = id_generator()
password = id_generator() + id_generator()