From be014bb88a4b1eba892dc6b3d62453877066e05e Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 29 Jan 2018 14:18:23 +0100 Subject: [PATCH] Fix typo that made test break --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 80960b9..183deab 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -360,7 +360,7 @@ class Mastodon: """ Internal, non-version-checking helper that does the same as instance() """ - return self.__api_request('GET', '/api/v1/instance') + return self.__api_request('GET', '/api/v1/instance/') @api_version("2.1.2", "2.1.2") def instance_activity(self):