Restricted embedding of relationships where applicable (statuses / notifications...
[akkoma] / test / web / push / impl_test.exs
index 9121d90e743eca90b157e9e450038597026f1cb3..b2664bf288501f29ae5dc40226aaf5b05ff5c473 100644 (file)
@@ -63,12 +63,12 @@ defmodule Pleroma.Web.Push.ImplTest do
         activity: activity
       )
 
-    assert Impl.perform(notif) == [:ok, :ok]
+    assert Impl.perform(notif) == {:ok, [:ok, :ok]}
   end
 
   @tag capture_log: true
   test "returns error if notif does not match " do
-    assert Impl.perform(%{}) == :error
+    assert Impl.perform(%{}) == {:error, :unknown_type}
   end
 
   test "successful message sending" do