From 80b1ce61c91d173829dc4b130a2b5b4fbec76424 Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 17:12:46 +0100 Subject: move test credential files to /tests/ i didnt even realise i put them there whoops --- tests/test_constructor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_constructor.py') diff --git a/tests/test_constructor.py b/tests/test_constructor.py index 720f58d..fac3763 100644 --- a/tests/test_constructor.py +++ b/tests/test_constructor.py @@ -4,8 +4,8 @@ from mastodon.Mastodon import MastodonIllegalArgumentError def test_constructor_from_filenames(): api = Mastodon( - 'client.credentials', - access_token = 'access.credentials') + 'tests/client.credentials', + access_token = 'tests/access.credentials') assert api.client_id == 'foo' assert api.client_secret == 'bar' assert api.access_token == 'baz' -- cgit v1.2.3