Expose personal tokened feeds
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -58,7 +58,7 @@ defmodule Mobilizon.Service.ICalendarTest do
|
||||
event = insert(:event)
|
||||
insert(:participant, event: event, actor: actor, role: :participant)
|
||||
|
||||
{:commit, ics} = ICalendarService.create_cache("token_#{token}")
|
||||
{:commit, ics} = ICalendarService.create_cache("token_#{ShortUUID.encode!(token)}")
|
||||
assert ics =~ event.title
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user