projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce54fcb
)
Fix test for API.supported_languages
author
Harmon
<Harmon758@gmail.com>
Sat, 13 Jul 2019 01:52:38 +0000
(20:52 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sat, 13 Jul 2019 01:52:38 +0000
(20:52 -0500)
tests/test_api.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_api.py
b/tests/test_api.py
index 305e406e23d4c7df9fe8e0677be9f5df3a9cf001..36465569cf9bf4723de280d85912795970276113 100644
(file)
--- a/
tests/test_api.py
+++ b/
tests/test_api.py
@@
-391,8
+391,10
@@
class TweepyAPITests(TweepyTestCase):
def testsupportedlanguages(self):
languages = self.api.supported_languages()
expected_dict = {
- "name": "English",
"code": "en",
+ "debug": False,
+ "local_name": "English",
+ "name": "English",
"status": "production"
}
self.assertTrue(expected_dict in languages)