forked from AkkomaGang/akkoma
Fix notification controller test
This commit is contained in:
parent
3849053c6a
commit
023b7f605b
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue