~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/stories/webservice/xx-person.txt

Merge db-devel, resolving several conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
Now when we get the gpgkey collection for 'name12' again, the key should show
177
177
up:
178
178
 
179
 
    >>> keys = webservice.get(gpgkeys).jsonBody()
 
179
    >>> keys = anon_webservice.get(gpgkeys).jsonBody()
180
180
    >>> print_self_link_of_entries(keys)
181
181
    http://api.launchpad.dev/beta/~name12/+gpg-keys/00000001
182
182