We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f37b5b commit 45b91b3Copy full SHA for 45b91b3
tests/photo.py
@@ -40,7 +40,7 @@ def test_photos(self):
40
self.assertIsNotNone(json)
41
42
def test_photos_search(self):
43
- json = self.api.photos_search(term='test')
+ json = self.api.photos_search(term='test',consumer_key=self.consumer_key)
44
45
46
def test_photos_comments_post(self):
0 commit comments