diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-25 17:45:34 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-25 17:45:34 +0200 |
commit | b438ea24ee936ae10efdcd3c9079e3b45ae521f4 (patch) | |
tree | 3c3a50fec8e671bc25836719cac5d0e2de11f82d /test | |
parent | 6c5f5e18ec1103a9d10d88081a27c2ae9dba4f41 (diff) | |
download | pleroma-b438ea24ee936ae10efdcd3c9079e3b45ae521f4.tar.gz pleroma-b438ea24ee936ae10efdcd3c9079e3b45ae521f4.zip |
Add ostatus conversation as context.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/ostatus/ostatus_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/ostatus/ostatus_test.exs b/test/web/ostatus/ostatus_test.exs index 8ee605494..61dca5446 100644 --- a/test/web/ostatus/ostatus_test.exs +++ b/test/web/ostatus/ostatus_test.exs @@ -9,6 +9,7 @@ defmodule Pleroma.Web.OStatusTest do assert activity.data["type"] == "Create" assert activity.data["object"]["type"] == "Note" assert activity.data["published"] == "2017-04-23T14:51:03+00:00" + assert activity.data["context"] == "tag:gs.example.org:4040,2017-04-23:objectType=thread:nonce=f09e22f58abd5c7b" end describe "new remote user creation" do |