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:
6
wallabag_api/testcfg.ini
Normal file
6
wallabag_api/testcfg.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[Test Configuration]
|
||||
grant_type = password
|
||||
client_id =
|
||||
client_secret =
|
||||
username =
|
||||
password =
|
||||
Reference in New Issue
Block a user