summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-13 12:00:01 +0100
committerAzul <azul@leap.se>2012-11-13 12:00:01 +0100
commit78475cb1b3d4f18a5c0a0fb326e6465b92a5f0e7 (patch)
treeeb213e001b682cb724d6f9e5b95476e6e996c392
parent6363bde178c9adb08754cfc83ea102039492d6c6 (diff)
testing against current staging server
-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()