Fix notification controller test
This commit is contained in:
parent
3849053c6a
commit
023b7f605b
@ -458,8 +458,9 @@ test "preserves parameters in link headers" do
|
||||
end
|
||||
|
||||
describe "from specified user" do
|
||||
test "account_id", %{conn: conn} do
|
||||
user = insert(:user)
|
||||
test "account_id" do
|
||||
%{user: user, conn: conn} = oauth_access(["read:notifications"])
|
||||
|
||||
%{id: account_id} = other_user1 = insert(:user)
|
||||
other_user2 = insert(:user)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user