Merge lp:~elopio/ubuntuone-testing/fix-1018019 into lp:ubuntuone-testing

Proposed by Leo Arias
Status: Merged
Approved by: Leo Arias
Approved revision: 102
Merged at revision: 102
Proposed branch: lp:~elopio/ubuntuone-testing/fix-1018019
Merge into: lp:ubuntuone-testing
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntuone/web/tests/sst/account/u1weba001_accountdetails.py (+1/-1)
To merge this branch: bzr merge lp:~elopio/ubuntuone-testing/fix-1018019
Reviewer Review Type Date Requested Status
Leo Arias (community) Approve
Review via email: mp+112164@code.launchpad.net

Commit message

Added a slash to the login URL. Fixes lp:1018019

Description of the change

Added a slash to the login URL. Fixes lp:1018019

To post a comment you must log in.
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

Voting does not meet specified criteria. Required: Approve >= 1, Disapprove == 0, Needs Fixing == 0, Needs Information == 0, Resubmit == 0, Pending == 0. Got: .

Revision history for this message
Leo Arias (elopio) wrote :

trivial

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/web/tests/sst/account/u1weba001_accountdetails.py'
2--- ubuntuone/web/tests/sst/account/u1weba001_accountdetails.py 2012-03-27 19:04:46 +0000
3+++ ubuntuone/web/tests/sst/account/u1weba001_accountdetails.py 2012-06-26 16:42:20 +0000
4@@ -31,7 +31,7 @@
5 account_actions.click_edit_account_details()
6 url = None
7 if ENVIRONMENT == 'staging':
8- url = 'https://login.staging.ubuntu.com'
9+ url = 'https://login.staging.ubuntu.com/'
10 else:
11 url = 'https://login.ubuntu.com/'
12 assert_url(url)

Subscribers

People subscribed via source and target branches