Version up, thanks to @orenyomtov and @Abhinav2812
Also fixed `Client.isLoggedIn`
This commit is contained in:
2
tests.py
2
tests.py
@@ -114,7 +114,7 @@ class TestFbchat(unittest.TestCase):
|
||||
self.assertIsNotNone(client.send(Message(sticker=Sticker(test_sticker_id))))
|
||||
|
||||
def test_sendImages(self):
|
||||
image_url = 'https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-image-128.png'
|
||||
image_url = 'https://github.com/carpedm20/fbchat/raw/master/tests/image.png'
|
||||
image_local_url = path.join(path.dirname(__file__), 'tests/image.png')
|
||||
for thread in threads:
|
||||
client.setDefaultThread(thread_id=thread['id'], thread_type=thread['type'])
|
||||
|
Reference in New Issue
Block a user