Merge branch 'develop' into 'fix/2412-filters'
[akkoma] / test / support / factory.ex
index 436e19409c5ab0f4701bea5aa4dd1f4e32ca4ecb..af4fff45b947c771e5d622b1ff7af73cf9108388 100644 (file)
@@ -486,7 +486,8 @@ defmodule Pleroma.Factory do
     %Pleroma.Filter{
       user: build(:user),
       filter_id: sequence(:filter_id, & &1),
-      phrase: "cofe"
+      phrase: "cofe",
+      context: ["home"]
     }
   end
 end