summaryrefslogtreecommitdiffstats
path: root/test/integration/lib/redmine/hook_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/lib/redmine/hook_test.rb')
-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 2746fb5e3..f0520b58e 100644
--- a/test/integration/lib/redmine/hook_test.rb
+++ b/test/integration/lib/redmine/hook_test.rb
@@ -101,8 +101,8 @@ VIEW
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="/plugin_assets/test_plugin/javascripts/test_plugin.js"]'
+ assert_select 'link[href="/plugin_assets/test_plugin/stylesheets/test_plugin.css"]'
end
end