summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-10-31 08:17:01 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-10-31 08:17:01 +0000
commit826980bc40c5485aebef922b6984c3aa334e6bb4 (patch)
treec7c0e5362ab38972dc3a70a6e6211e54681ecbd0 /test/unit
parent88519264cf9987c60b07acf4c5f1b5e5f3eb38f6 (diff)
downloadredmine-826980bc40c5485aebef922b6984c3aa334e6bb4.tar.gz
redmine-826980bc40c5485aebef922b6984c3aa334e6bb4.zip
Upgrades propshaft to 1.1.0 (#39111).
Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@23174 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/lib/redmine/asset_path_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/asset_path_test.rb b/test/unit/lib/redmine/asset_path_test.rb
index a4f12f0e3..bad93f8b0 100644
--- a/test/unit/lib/redmine/asset_path_test.rb
+++ b/test/unit/lib/redmine/asset_path_test.rb
@@ -26,7 +26,7 @@ class Redmine::AssetPathTest < ActiveSupport::TestCase
@asset_path = Redmine::AssetPath.new(assets_dir, paths, 'plugin_assets/foo/')
@assets = {}
@transition_map = {}
- @asset_path.update(transition_map: @transition_map, assets: @assets)
+ @asset_path.update(transition_map: @transition_map, assets: @assets, load_path: nil)
end
test "asset path size" do