Fix tests to assume reblogs shown by default
authorKaren Konou <konoukaren@gmail.com>
Sat, 9 Mar 2019 13:22:55 +0000 (14:22 +0100)
committerKaren Konou <konoukaren@gmail.com>
Fri, 15 Mar 2019 13:18:21 +0000 (14:18 +0100)
test/web/mastodon_api/account_view_test.exs

index c2ffc21da8612fd432028b6cefb7165a08e0f339..6dc60afe96280dcc9fa992950eff1e9a42d4efa6 100644 (file)
@@ -144,7 +144,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       muting_notifications: false,
       requested: false,
       domain_blocking: false,
-      showing_reblogs: false,
+      showing_reblogs: true,
       endorsed: false
     }
 
@@ -202,7 +202,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
           muting_notifications: false,
           requested: false,
           domain_blocking: false,
-          showing_reblogs: false,
+          showing_reblogs: true,
           endorsed: false
         }
       }