Skip to content

Commit 5db888d

Browse files
committed
chore: update tests for 404 error fix
1 parent e224e97 commit 5db888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acceptance/belongs_to_required_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ defmodule Test.Acceptance.BelongsToRequiredTest do
198198
})
199199

200200
# response is a Plug.
201-
assert response.status == 400
201+
assert response.status == 404
202202
assert Enum.any?(response.resp_body["errors"], &(&1["code"] == "not_found"))
203203
end
204204
end

0 commit comments

Comments
 (0)