Fixes API unit tests

Fix all unit tests, and use a `testcfg.ini` file to load test
configuration values (e.g. api_client, url, ...)
This commit is contained in:
2020-03-03 22:50:07 +01:00
parent 8d1e10a6eb
commit 91217cfa55
4 changed files with 164 additions and 96 deletions

View File

@@ -380,7 +380,7 @@ class Wallabag(object):
Permanently remove one tag for an entry
:param entry: \w+ an integer The Entry ID
:param tag: string The Tag
:param tag: integer The Tag ID
:return data related to the ext
"""
params = {'access_token': self.token}