From: Anton Khorev Date: Thu, 28 Mar 2024 05:42:01 +0000 (+0300) Subject: Fix module name of trace tests X-Git-Tag: live~1068^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a01fbed6d9aed1a9bcd009b75190995d54eb8e13 Fix module name of trace tests --- 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