diff --git a/test/controllers/traces/icons_controller_test.rb b/test/controllers/traces/icons_controller_test.rb index 9d1c6ed9c..24786b3ac 100644 --- a/test/controllers/traces/icons_controller_test.rb +++ b/test/controllers/traces/icons_controller_test.rb @@ -1,6 +1,6 @@ require "test_helper" -module Api +module Traces class IconsControllerTest < ActionDispatch::IntegrationTest ## # test all routes which lead to this controller diff --git a/test/controllers/traces/pictures_controller_test.rb b/test/controllers/traces/pictures_controller_test.rb index 3bc531cbe..af203394e 100644 --- a/test/controllers/traces/pictures_controller_test.rb +++ b/test/controllers/traces/pictures_controller_test.rb @@ -1,6 +1,6 @@ require "test_helper" -module Api +module Traces class PicturesControllerTest < ActionDispatch::IntegrationTest ## # test all routes which lead to this controller