diff options
Diffstat (limited to 'test/integration/api_test/news_test.rb')
-rw-r--r-- | test/integration/api_test/news_test.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/integration/api_test/news_test.rb b/test/integration/api_test/news_test.rb index 67984e70f..a450c4765 100644 --- a/test/integration/api_test/news_test.rb +++ b/test/integration/api_test/news_test.rb @@ -31,9 +31,6 @@ class Redmine::ApiTest::NewsTest < Redmine::ApiTest::Base Setting.rest_api_enabled = '1' end - should_allow_api_authentication(:get, "/projects/onlinestore/news.xml") - should_allow_api_authentication(:get, "/projects/onlinestore/news.json") - test "GET /news.xml should return news" do get '/news.xml' |