projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d372b59
)
Fix a flaky API tests.
author
Joshua Roesslein
<jroesslein@gmail.com>
Sat, 18 May 2013 22:54:23 +0000
(15:54 -0700)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Sat, 18 May 2013 22:54:23 +0000
(15:54 -0700)
Twitter returns back a short version of the URL
which fails the equality assertion.
tests.py
patch
|
blob
|
blame
|
history
diff --git
a/tests.py
b/tests.py
index 20d4a1bc1d3325a85447f64d8af3ecec9ded1856..a5a9852dc2d4505061495140ad74784702a5a862 100644
(file)
--- a/
tests.py
+++ b/
tests.py
@@
-207,7
+207,6
@@
class TweepyAPITests(unittest.TestCase):
original = self.api.me()
profile = {
'name': 'Tweepy test 123',
- 'url': 'http://www.example.com',
'location': 'pytopia',
'description': 'just testing things out'
}