diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-11 11:27:52 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-11 11:27:52 +0300 |
commit | c0e47a6098b2b575d373c5f9913cdffb09000e82 (patch) | |
tree | 90cde181b7d85769c75b24cd96663c025478d747 /test | |
parent | 42362628b4d9bfade5f3ec90d10701be506e3d94 (diff) | |
download | pleroma-c0e47a6098b2b575d373c5f9913cdffb09000e82.tar.gz |
Fix moar tests
Diffstat (limited to 'test')
-rw-r--r-- | test/web/ostatus/ostatus_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/ostatus/ostatus_controller_test.exs b/test/web/ostatus/ostatus_controller_test.exs index 1aa65cb92..f492c8ef4 100644 --- a/test/web/ostatus/ostatus_controller_test.exs +++ b/test/web/ostatus/ostatus_controller_test.exs @@ -172,7 +172,7 @@ defmodule Pleroma.Web.OStatus.OStatusControllerTest do |> response(200) assert resp =~ - "<meta content=\"#{Pleroma.Web.base_url()}/notice/#{note_activity.id}\" property=\"og:url\">" + "<meta content=\"#{o_status_url(Endpoint, :notice, note_activity.id)}\" property=\"og:url\">" user = insert(:user) |