diff options
author | jessib <jessib@leap.se> | 2012-11-19 13:33:23 -0800 |
---|---|---|
committer | jessib <jessib@leap.se> | 2012-11-19 13:33:23 -0800 |
commit | 347eb4b20cbe740485dd9d1d7220c01eef659920 (patch) | |
tree | b004aaede235d7c6d2bbd63b8bed5f42d2bce290 /users/test | |
parent | 341da14b031c3c27e687c82f479624217c1dbddd (diff) | |
parent | 172317b35d9c7ae26a6bf4836feace7b509644a6 (diff) |
Merge branch 'develop' into help_develop
Conflicts:
app/assets/javascripts/application.js
ui_dependencies.rb
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() |