Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Aug 31, 2024
1 parent e44bcd1 commit e8425e0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,9 @@ defmodule Pleroma.Web.MastodonAPI.TimelineControllerTest do
describe "bubble" do
setup do: oauth_access(["read:statuses"])

test "filtering", %{conn: conn, user: user} do
test "filtering" do
%{conn: conn, user: user} = oauth_access(["read:statuses"])

clear_config([:instance, :local_bubble], [])
# our endpoint host has a port in it so let's set the AP ID
local_user = insert(:user, %{ap_id: "https://localhost/users/user"})
Expand Down

0 comments on commit e8425e0

Please sign in to comment.