diff options
author | Azul <azul@leap.se> | 2012-11-18 09:15:03 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-18 09:15:03 +0100 |
commit | 66e5f9d639a34df1912f7562223fa65d29183d96 (patch) | |
tree | 8249f6cd14e1ba859fd63a35f9f24456cb307d13 /users/test | |
parent | b9fb554ca4cb45233bd1323047b357f649bd495b (diff) | |
parent | 6ba3366f778340ebeaa73fd53372368b16de6c98 (diff) |
Merge branch 'feature-client-side-validations' into develop
Diffstat (limited to 'users/test')
-rwxr-xr-x | users/test/integration/api/python/flow_with_srp.py | 2 |
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() |