Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix assertion error due to incorrect type assumption in webhook times…
…tamp (#564) Following #555, an assertion error was occuring due to the assumption that both the `created_at` and `started_at` fields in the `workflow_job` webhooks were `datetime` instead of `str`. This, following the pattern in #555, converts the `str` value of the webhook into `datetime` before the assertion.
- Loading branch information