summaryrefslogtreecommitdiffstats
path: root/test/integration/lib/redmine
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/lib/redmine')
-rw-r--r--test/integration/lib/redmine/hook_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/lib/redmine/hook_test.rb b/test/integration/lib/redmine/hook_test.rb
index 9eacded52..e7f2fa35a 100644
--- a/test/integration/lib/redmine/hook_test.rb
+++ b/test/integration/lib/redmine/hook_test.rb
@@ -102,8 +102,8 @@ class HookTest < Redmine::IntegrationTest
assert_response :success
assert_select 'p', :text => 'ContentForInsideHook content'
assert_select 'head' do
- assert_select 'script[src="/plugin_assets/test_plugin/javascripts/test_plugin.js"]'
- assert_select 'link[href="/plugin_assets/test_plugin/stylesheets/test_plugin.css"]'
+ assert_select 'script[src="/assets/plugin_assets/test_plugin/test_plugin.js"]'
+ assert_select 'link[href="/assets/plugin_assets/test_plugin/test_plugin.css"]'
end
end