You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, the only way to get notified about Toggl API changes is to get error during pydantic schemas processing. That is why API requests via integration tests should be run periodically.
Pass env secretly, pre-delete projects or smth for smooth test execution test_list_time_entries__no_result and test_bulk_edit_projects are now flaky
Use this snippet for repeated action:
on:
schedule:
- cron: '0 0 * * 1'
The text was updated successfully, but these errors were encountered:
Now, the only way to get notified about Toggl API changes is to get error during
pydantic
schemas processing. That is why API requests via integration tests should be run periodically.Pass env secretly, pre-delete projects or smth for smooth test execution
test_list_time_entries__no_result
andtest_bulk_edit_projects
are now flakyUse this snippet for repeated action:
The text was updated successfully, but these errors were encountered: