Marco Dell'Olio
Marco Dell'Olio
We merged a fix yesterday and it will be available with the next release. https://github.com/kerl/kerl/pull/337
Ok, it doesn't for me, but the counter expectation still verifies correctly.
This is the test ``` describe "mark_order_ready" do test "updates the ready_at field and send a message to the costumer", %{account: account} do order = order_fixture(account) ExTwilio.Message |> expect(:create, 1,...
Ok, I was able to get the test failing removing the Oban job and running the execution synchronously. ``` 1) test mark_order_ready it updates the ready_at field and send a...
Ok, I'll look into that and I'll report back.
So I did make the expectation global with `set_mimic_global()` but I got the same outcome.
Is this issue still current?
The actual time spend in the queue should be given by the difference between the time when the job was scheduled_at and the time the job was attempted. Also we...
this is returned when I tried to implement the attribute myself ``` WorkOS::UnprocessableEntityError (Status 422, `invite_token` cannot be specified for an AuthKit authorization code. - request ID: 4c8df857-2567-4a10-861d-f7d3ffd5077e): ```
> Thanks for the PR! I think this behavior is valuable but would be better placed in a verifier on the data layer extension. This will give errors at compile...