From: Marek Marecki Date: Sun, 5 May 2013 19:08:07 +0000 (+0200) Subject: Tests updated X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9dc5805a8561163a22bf4636de6d95a93cce6be5;p=diaspy.git Tests updated --- diff --git a/tests.py b/tests.py index 4499311..ef8c8aa 100644 --- a/tests.py +++ b/tests.py @@ -125,7 +125,7 @@ class StreamTest(unittest.TestCase): def testPostingImage(self): stream = diaspy.streams.Stream(test_connection) - stream.post_picture('./test-image.png') + stream.post_picture('test-image.png') def testingAddingTag(self): ft = diaspy.streams.FollowedTags(test_connection)