squash! Expose expires_at datetime in mastoAPI only for the activity actor
[akkoma] / test / web / mastodon_api / status_view_test.exs
index 073c696597f35d0c8d46a3d29b609abdf1861937..eb0874ab26b2c2b4e506cd8af2aa137707904345 100644 (file)
@@ -134,7 +134,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
         in_reply_to_account_acct: nil,
         content: %{"text/plain" => HtmlSanitizeEx.strip_tags(object_data["content"])},
         spoiler_text: %{"text/plain" => HtmlSanitizeEx.strip_tags(object_data["summary"])},
-        expires_at: nil
+        expires_in: nil
       }
     }