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
=== modified file 'ubuntuone/web/tests/sst/account/u1weba001_accountdetails.py'
--- ubuntuone/web/tests/sst/account/u1weba001_accountdetails.py 2012-03-27 19:04:46 +0000
+++ ubuntuone/web/tests/sst/account/u1weba001_accountdetails.py 2012-06-26 16:42:20 +0000
@@ -31,7 +31,7 @@
31account_actions.click_edit_account_details()31account_actions.click_edit_account_details()
32url = None32url = None
33if ENVIRONMENT == 'staging':33if ENVIRONMENT == 'staging':
34 url = 'https://login.staging.ubuntu.com'34 url = 'https://login.staging.ubuntu.com/'
35else:35else:
36 url = 'https://login.ubuntu.com/'36 url = 'https://login.ubuntu.com/'
37assert_url(url)37assert_url(url)

Subscribers

People subscribed via source and target branches