From 94be93aad08ee9b1d43b1a67d94b694101bf5f1a Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Wed, 13 Sep 2017 16:26:02 +0200 Subject: Allign datetime format with mastodon. --- test/web/mastodon_api/status_view_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs index 3c2de4cbe..198ee72a8 100644 --- a/test/web/mastodon_api/status_view_test.exs +++ b/test/web/mastodon_api/status_view_test.exs @@ -13,7 +13,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do status = StatusView.render("status.json", %{activity: note}) created_at = (note.data["object"]["published"] || "") - |> String.replace(~r/\.\d+/, "") + |> String.replace(~r/\.\d+Z/, ".000Z") expected = %{ id: note.id, -- cgit v1.2.3