fix typo
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
32bc8ec580
commit
5f4c948057
2 changed files with 2 additions and 2 deletions
|
|
@ -488,7 +488,7 @@ defmodule Pleroma.NotificationTest do
|
|||
end
|
||||
|
||||
@tag needs_streamer: true
|
||||
test "it send updated marker to the 'user' and the 'user:notification' stream" do
|
||||
test "it sends updated marker to the 'user' and the 'user:notification' stream" do
|
||||
%{user: user, token: oauth_token} = oauth_access(["read"])
|
||||
other_user = insert(:user)
|
||||
|
||||
|
|
|
|||
|
|
@ -883,7 +883,7 @@ defmodule Pleroma.Web.StreamerTest do
|
|||
assert Streamer.filtered_by_user?(user1, notif)
|
||||
end
|
||||
|
||||
test "it send non-reblog notification for reblog-muted actors", %{
|
||||
test "it sends non-reblog notification for reblog-muted actors", %{
|
||||
user: user1,
|
||||
token: user1_token
|
||||
} do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue