Fix typo that made test break

This commit is contained in:
Lorenz Diener 2018-01-29 14:18:23 +01:00
pare 569a13ee80
commit be014bb88a

Veure arxiu

@ -360,7 +360,7 @@ class Mastodon:
""" """
Internal, non-version-checking helper that does the same as instance() 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") @api_version("2.1.2", "2.1.2")
def instance_activity(self): def instance_activity(self):