~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/oauth/stories/request-token.txt

[r=wgrant][no-qa] Merge canonical.launchpad.testing into lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
levels.
24
24
 
25
25
    >>> import simplejson
26
 
    >>> from canonical.launchpad.testing.pages import setupBrowser
 
26
    >>> from lp.testing.pages import setupBrowser
27
27
 
28
28
    >>> json_browser = setupBrowser()
29
29
    >>> json_browser.addHeader('Accept', 'application/json')