]> source.dussan.org Git - redmine.git/commitdiff
Add missing fixture (#13468).
authorGo MAEDA <maeda@farend.jp>
Thu, 12 Sep 2019 12:51:23 +0000 (12:51 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 12 Sep 2019 12:51:23 +0000 (12:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18455 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/api_test/news_test.rb

index a7fccf9b6293728d897d98759d8daccf5c1f50da..8abdf0be656a3c505ccdcd1b866216c8e72b484a 100644 (file)
@@ -28,7 +28,8 @@ class Redmine::ApiTest::NewsTest < Redmine::ApiTest::Base
            :members,
            :enabled_modules,
            :news,
-           :comments
+           :comments,
+           :attachments
 
   test "GET /news.xml should return news" do
     get '/news.xml'