Merge lp:~vila/ols-store-tests/fix-register-url-snaps into lp:~ubuntuone-pqm-team/ols-store-tests/store-acceptance-tests

Proposed by Vincent Ladeuil
Status: Merged
Approved by: Vincent Ladeuil
Approved revision: 45
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: lp:~vila/ols-store-tests/fix-register-url-snaps
Merge into: lp:~ubuntuone-pqm-team/ols-store-tests/store-acceptance-tests
Diff against target: 11 lines (+1/-1)
1 file modified
tests/api/snap/test_register_name.py (+1/-1)
To merge this branch: bzr merge lp:~vila/ols-store-tests/fix-register-url-snaps
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Review via email: mp+321692@code.launchpad.net

Commit message

Fix registration url, it's snaps now not clickapps anymore.

Description of the change

Catch up with latest Michael update: the registration now happens at a /snaps url rather than a /clickapps one.

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/api/snap/test_register_name.py'
2--- tests/api/snap/test_register_name.py 2017-03-27 07:45:46 +0000
3+++ tests/api/snap/test_register_name.py 2017-04-03 12:46:08 +0000
4@@ -101,7 +101,7 @@
5 # still tested. -- vila 2017-03-27
6 TEMP_SCA_ROOT_URL = 'https://dashboard.staging.snapcraft.io'
7 register_name_url = (
8- '{}/dev/click-apps/register-name/'
9+ '{}/dev/snaps/register-name/'
10 '?series=16&name={}'.format(TEMP_SCA_ROOT_URL, name))
11 return register_name_url
12

Subscribers

People subscribed via source and target branches