changeset 3:02ae64fff24d

Whatever
author Atul Varma <avarma@mozilla.com>
date Sat, 12 Jun 2010 18:18:07 -0700
parents a880317e3100
children ce4b4b76108c
files test_twitter_client.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test_twitter_client.py	Sat Jun 12 18:17:10 2010 -0700
+++ b/test_twitter_client.py	Sat Jun 12 18:18:07 2010 -0700
@@ -68,7 +68,7 @@
     ...   QUERY_STRING='oauth_token=token&oauth_verifier=verifier'
     ... )
     >>> toc(environ, Mock('start_response'))
-    Called oauth.Token(u'token', u'secret')
+    Called oauth.Token('token', 'secret')
     Called token.set_verifier('verifier')
     Called oauth.Client('mock consumer', <Mock token>)
     Called client.request('https://api.twitter.com/oauth/access_token', 'POST')