summaryrefslogtreecommitdiff
path: root/oauth_test.py
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2012-03-15 16:06:47 -0700
committerRichard Jones <richard@mechanicalcat.net>2012-03-15 16:06:47 -0700
commit9dade62a6397fab790a5499488c08a5890a1bb57 (patch)
treecb57e04861441fb4703c011e7abdf7819922525e /oauth_test.py
parent0ca3209ce3fe04ff4464156c8a80d0bbd712bd05 (diff)
downloaddecorator-9dade62a6397fab790a5499488c08a5890a1bb57.tar.gz
recognise the user being identified by the access token
Diffstat (limited to 'oauth_test.py')
-rw-r--r--oauth_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauth_test.py b/oauth_test.py
index 4c894c6..4a720d0 100644
--- a/oauth_test.py
+++ b/oauth_test.py
@@ -164,6 +164,6 @@ if __name__ == '__main__':
ACCESS_KEY = 'AJLks8p4zezH2ud9R7OQy98eRLXf8zut'
ACCESS_SECRET = 'vSXBEWk5kn6wvVGivILPyBmtRitDvJq0cVcmBDk57eX2XCENvp2da3ou7v09TxrL'
access_token = oauth.OAuthToken(ACCESS_KEY, ACCESS_SECRET)
- example_access(access_token)
+ example_test(access_token)
example_release(access_token, name='spam', version='2.0')