Merge remote-tracking branch 'upstream/pull/5457'

This commit is contained in:
Tom Hughes 2025-01-02 18:50:39 +00:00
commit 7286ad027c
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
# test all routes which lead to this controller
def test_routes
assert_routing(
{ :path => "/message/new/username", :method => :get },
{ :path => "/messages/new/username", :method => :get },
{ :controller => "messages", :action => "new", :display_name => "username" }
)
assert_routing(