aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/controllers/direct_uploads_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/test/controllers/direct_uploads_controller_test.rb')
-rw-r--r--activestorage/test/controllers/direct_uploads_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/test/controllers/direct_uploads_controller_test.rb b/activestorage/test/controllers/direct_uploads_controller_test.rb
index b9f9bd8cb4..e056b629bb 100644
--- a/activestorage/test/controllers/direct_uploads_controller_test.rb
+++ b/activestorage/test/controllers/direct_uploads_controller_test.rb
@@ -69,7 +69,7 @@ else
end
if SERVICE_CONFIGURATIONS[:azure]
- class ActiveStorage::AzureDirectUploadsControllerTest < ActionDispatch::IntegrationTest
+ class ActiveStorage::AzureStorageDirectUploadsControllerTest < ActionDispatch::IntegrationTest
setup do
@config = SERVICE_CONFIGURATIONS[:azure]
@@ -99,7 +99,7 @@ if SERVICE_CONFIGURATIONS[:azure]
end
end
else
- puts "Skipping Azure Direct Upload tests because no Azure configuration was supplied"
+ puts "Skipping Azure Storage Direct Upload tests because no Azure Storage configuration was supplied"
end
class ActiveStorage::DiskDirectUploadsControllerTest < ActionDispatch::IntegrationTest