Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kates committed May 23, 2024
1 parent 690649d commit bfe3242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/marten/middleware/asset_serving_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ describe Marten::Middleware::AssetServing do
->{ Marten::HTTP::Response.new("Unknown!", content_type: "text/plain", status: 200) }
)

uncompressed_content = File.read(File.join(__DIR__, "asset_serving/assets/#{path}"))
response.headers[:"Cache-Control"].should eq "private, max-age=7200"
end
end
Expand Down

0 comments on commit bfe3242

Please sign in to comment.