Skip to content

Commit

Permalink
Fix typo in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Sep 29, 2021
1 parent d02fc3d commit 8290dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/httparty/request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
end
end

context "when mulipart" do
context "when multipart" do
subject(:headers) do
@request.send(:setup_raw_request)
headers = @request.instance_variable_get(:@raw_request).each_header.to_a
Expand Down

0 comments on commit 8290dd7

Please sign in to comment.