Status View: Poll ids are strings.
All ids in mastodon are strings, in general.
This commit is contained in:
parent
46ef8f0216
commit
1ed24bcc76
2 changed files with 2 additions and 2 deletions
|
|
@ -423,7 +423,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
|
|||
expected = %{
|
||||
emojis: [],
|
||||
expired: false,
|
||||
id: object.id,
|
||||
id: to_string(object.id),
|
||||
multiple: false,
|
||||
options: [
|
||||
%{title: "absolutely!", votes_count: 0},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue