From 9dc5805a8561163a22bf4636de6d95a93cce6be5 Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Sun, 5 May 2013 21:08:07 +0200 Subject: [PATCH] Tests updated --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1