summaryrefslogtreecommitdiff
path: root/oauth_test.py
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2012-03-15 16:11:18 -0700
committerRichard Jones <richard@mechanicalcat.net>2012-03-15 16:11:18 -0700
commit95e9de81721aabbb24ca4cc64b8d93bb73ca1251 (patch)
tree82125fc7294a774ed9c557ca26302029d67fb5c6 /oauth_test.py
parent9dade62a6397fab790a5499488c08a5890a1bb57 (diff)
downloaddecorator-95e9de81721aabbb24ca4cc64b8d93bb73ca1251.tar.gz
correct response
Diffstat (limited to 'oauth_test.py')
-rw-r--r--oauth_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oauth_test.py b/oauth_test.py
index 4a720d0..1cf54df 100644
--- a/oauth_test.py
+++ b/oauth_test.py
@@ -165,5 +165,6 @@ if __name__ == '__main__':
ACCESS_SECRET = 'vSXBEWk5kn6wvVGivILPyBmtRitDvJq0cVcmBDk57eX2XCENvp2da3ou7v09TxrL'
access_token = oauth.OAuthToken(ACCESS_KEY, ACCESS_SECRET)
example_test(access_token)
- example_release(access_token, name='spam', version='2.0')
+ example_release(access_token, name='spam', version='3.0', summary='Spam via OAuth',
+ description='This package was registered **VIA OAUTH**!')