]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4630'
authorTom Hughes <tom@compton.nu>
Thu, 28 Mar 2024 17:06:06 +0000 (17:06 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 28 Mar 2024 17:06:06 +0000 (17:06 +0000)
test/controllers/traces/icons_controller_test.rb
test/controllers/traces/pictures_controller_test.rb

index 9d1c6ed9c47a5897418d66df4d5859b7a24f4d8f..24786b3ace945dc2159f13591d8d363efeca0c5a 100644 (file)
@@ -1,6 +1,6 @@
 require "test_helper"
 
-module Api
+module Traces
   class IconsControllerTest < ActionDispatch::IntegrationTest
     ##
     # test all routes which lead to this controller
index 3bc531cbeb6d5ebccb76529a932e8e4ef04462fa..af203394e6da4f35a7fb19e5aab7fc0612a88f5a 100644 (file)
@@ -1,6 +1,6 @@
 require "test_helper"
 
-module Api
+module Traces
   class PicturesControllerTest < ActionDispatch::IntegrationTest
     ##
     # test all routes which lead to this controller