Skip to content

Commit

Permalink
Keep original quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelaszlo committed Jan 5, 2022
1 parent 8331680 commit 9d0465c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/http_streaming_response_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def test_streaming
assert headers.size.positive?

assert_match %r{text/html; ?charset=utf-8}, headers["content-type"].first.downcase
assert_equal headers['content-type'], headers['CoNtEnT-TyPe']
assert headers['content-length'].first.to_i.positive?
assert_equal headers["content-type"], headers["CoNtEnT-TyPe"]
assert headers["content-length"].first.to_i.positive?

# Body
chunks = []
Expand Down

0 comments on commit 9d0465c

Please sign in to comment.