Skip to content

Commit

Permalink
update pattern matching due to changed in API response
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 28, 2023
1 parent 848ce86 commit e389b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inngest/function/cases/no_retry_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Inngest.Function.Cases.NoRetryTest do
"data" => [
%{
"output" => %{
"error" => "invalid status code: 400",
"error" => "NonRetriableError",
"message" => stacktrace,
"name" => "Error"
},
Expand Down

0 comments on commit e389b96

Please sign in to comment.