aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/dummy/config/environments/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/test/dummy/config/environments/test.rb')
-rw-r--r--activestorage/test/dummy/config/environments/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/test/dummy/config/environments/test.rb b/activestorage/test/dummy/config/environments/test.rb
index 4380dfc0cd..4f2c048600 100644
--- a/activestorage/test/dummy/config/environments/test.rb
+++ b/activestorage/test/dummy/config/environments/test.rb
@@ -15,7 +15,7 @@ Rails.application.configure do
# Configure public file server for tests with Cache-Control for performance.
config.public_file_server.enabled = true
config.public_file_server.headers = {
- 'Cache-Control' => "public, max-age=#{1.hour.seconds.to_i}"
+ "Cache-Control" => "public, max-age=#{1.hour.seconds.to_i}"
}
# Show full error reports and disable caching.