summaryrefslogtreecommitdiffstats
path: root/test/functional/journals_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/journals_controller_test.rb')
-rw-r--r--test/functional/journals_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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|