Skip to content

Commit fe1ebc6

Browse files
committed
test: plugin assets are now loaded with an hash
1 parent c4b76c2 commit fe1ebc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/functional/replies_controller_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def test_index_loads_quick_replies_in_wiki_editor
2828

2929
assert_response :success
3030

31-
assert_select 'script[src*="/plugin_assets/redmine_quick_replies/javascripts/replies.js"]'
32-
assert_select 'link[href*="/plugin_assets/redmine_quick_replies/stylesheets/replies.css"]'
31+
assert_select 'script[src*="/plugin_assets/redmine_quick_replies"]'
32+
assert_select 'link[href*="/plugin_assets/redmine_quick_replies"]'
3333
end
3434

3535
def test_create_reply_with_valid_fields

0 commit comments

Comments
 (0)