Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Nov 27, 2024
1 parent 572794c commit c83b187
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/invoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ func TestInvoke(t *testing.T) {

r.Equal(
map[string]any{
"data": nil,
"error": "error calling function: could not find function with ID: some-non-existent-fn",
"status": float64(500),
"message": "could not find function with ID: some-non-existent-fn",
},
run.Output,
)
Expand Down

0 comments on commit c83b187

Please sign in to comment.