From f286a6044be49b88b067f89072618aecc7164caa Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sat, 19 Mar 2022 09:56:46 +0000 Subject: Deprecate and rename rss_* methods to atom_* methods (#15118). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Mischa The Evil and Marius BÄ‚LTEANU git-svn-id: http://svn.redmine.org/redmine/trunk@21467 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/journals_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/journals_controller_test.rb') diff --git a/test/functional/journals_controller_test.rb b/test/functional/journals_controller_test.rb index ac6b5c69e..b1d1ffc6c 100644 --- a/test/functional/journals_controller_test.rb +++ b/test/functional/journals_controller_test.rb @@ -94,7 +94,7 @@ class JournalsControllerTest < Redmine::ControllerTest :index, :params => { :format => 'atom', - :key => user.rss_key + :key => user.atom_key } ) @fields.each_with_index do |field, i| -- cgit v1.2.3