Skip to content

Commit 4c38f7d

Browse files
committed
Fixed test_put_single_without_content_type
1 parent 3c06c3c commit 4c38f7d

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
@@ -121,7 +121,7 @@ def test_put_single_without_content_type
121121
}
122122
}.to_json,
123123
headers: {
124-
'CONTENT_TYPE' => 'application/json',
124+
'CONTENT_TYPE' => nil,
125125
'Accept' => JSONAPI::MEDIA_TYPE
126126
}
127127

0 commit comments

Comments
 (0)