summaryrefslogtreecommitdiff
path: root/users/test/integration
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-18 09:15:03 +0100
committerAzul <azul@leap.se>2012-11-18 09:15:03 +0100
commit66e5f9d639a34df1912f7562223fa65d29183d96 (patch)
tree8249f6cd14e1ba859fd63a35f9f24456cb307d13 /users/test/integration
parentb9fb554ca4cb45233bd1323047b357f649bd495b (diff)
parent6ba3366f778340ebeaa73fd53372368b16de6c98 (diff)
Merge branch 'feature-client-side-validations' into develop
Diffstat (limited to 'users/test/integration')
-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()