Fix specs.
This commit is contained in:
parent
1077c5c58d
commit
97257c692c
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ defmodule Pleroma.UserTest do
|
|||
|
||||
user = UserBuilder.build
|
||||
|
||||
expected_ap_id = "https://#{host}/users/#{user.nickname}"
|
||||
expected_ap_id = "#{Pleroma.Web.base_url}/users/#{user.nickname}"
|
||||
|
||||
assert expected_ap_id == User.ap_id(user)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue