Skip to content

Commit 24e17ca

Browse files
committed
Fix response code
1 parent d388b92 commit 24e17ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/requests/request_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def test_patch_formatted_dasherized
543543
}
544544
}.to_json, "CONTENT_TYPE" => JSONAPI::MEDIA_TYPE
545545

546-
assert_equal 201, status
546+
assert_equal 200, status
547547
end
548548

549549
end

0 commit comments

Comments
 (0)