Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Murphy committed Jun 4, 2018
1 parent 4598287 commit d571f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/grape/endpoint_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ def app
end
end

it 'responds with a 406 for an unsupported content-type' do
it 'responds with a 415 for an unsupported content-type' do
subject.format :json
# subject.content_type :json, "application/json"
subject.put '/request_body' do
Expand Down

0 comments on commit d571f25

Please sign in to comment.