Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SlakrHakr committed Nov 15, 2024
1 parent 7f5e53a commit 6ffceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/grape/dsl/inside_route_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def initialize
it 'set the correct headers' do
expect(subject.header).to match(
Rack::CACHE_CONTROL => 'cache',
Rack::CONTENT_LENGTH => 123,
Rack::CONTENT_LENGTH => '123',
Grape::Http::Headers::TRANSFER_ENCODING => 'base64'
)
end
Expand Down

0 comments on commit 6ffceb5

Please sign in to comment.