More test improvements

This commit is contained in:
Mads Marquart
2018-08-29 10:14:18 +02:00
parent f367bd2d0d
commit bd2b947255
12 changed files with 39 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ def test_fetch_info(client1, group):
def test_fetch_image_url(client):
url = path.join(path.dirname(__file__), "image.png")
url = path.join(path.dirname(__file__), "resources", "image.png")
client.sendLocalImage(url)
message, = client.fetchThreadMessages(limit=1)