Fix typo that made test break
This commit is contained in:
pare
569a13ee80
commit
be014bb88a
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -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):
|
||||||
|
|
Loading…
Referencia en una nova incidència