diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-30 14:11:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-30 14:11:56 +0000 |
commit | 372b24627b70d43402d7e54dfb370bcdfe0ec8ba (patch) | |
tree | bf78235ebadb1f42ec930698d254b0359123970f /test/integration/api_test/news_test.rb | |
parent | e7518a9e0c191af82c1ff26082e5ece0dc4cf61b (diff) | |
download | redmine-372b24627b70d43402d7e54dfb370bcdfe0ec8ba.tar.gz redmine-372b24627b70d43402d7e54dfb370bcdfe0ec8ba.zip |
Test API authentification once.
git-svn-id: http://svn.redmine.org/redmine/trunk@13675 e93f8b46-1217-0410-a6f0-8f06a7374b81
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' |