1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🎉Source Harvest: increase unit test coverage at least 90% (#15220)

* Increased unit test coverage

* Increased unit test

* Updated to linter
This commit is contained in:
Serhii Lazebnyi
2022-08-08 15:24:55 +03:00
committed by GitHub
parent 9751c16989
commit c39a7c4655
3 changed files with 8 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ from pytest import fixture
def config_fixture(requests_mock):
url = "https://id.getharvest.com/api/v2/oauth2/token"
requests_mock.get(url, json={})
config = {"account_id": "ID", "replication_start_date": "2021-01-01T21:20:07Z", "credentials": {"api_token": "TOKEN"}}
return config