Skip to content

Commit 45b91b3

Browse files
committed
Photo Search needs consumer_key at least
1 parent 8f37b5b commit 45b91b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/photo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_photos(self):
4040
self.assertIsNotNone(json)
4141

4242
def test_photos_search(self):
43-
json = self.api.photos_search(term='test')
43+
json = self.api.photos_search(term='test',consumer_key=self.consumer_key)
4444
self.assertIsNotNone(json)
4545

4646
def test_photos_comments_post(self):

0 commit comments

Comments
 (0)