summaryrefslogtreecommitdiff
path: root/test/fixtures/tesla_mock/https__info.pleroma.site_activity2.json
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-07-03 14:42:24 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-07-03 14:42:24 +0700
commit11143c542a012f64db8db0fa7b82f063ef338e94 (patch)
treef9c7789a9ec1386536f9813fe30c3f7f7dbff115 /test/fixtures/tesla_mock/https__info.pleroma.site_activity2.json
parent4f42093220393a13033fcfd306acf54c8791e98f (diff)
downloadpleroma-11143c542a012f64db8db0fa7b82f063ef338e94.tar.gz
pleroma-11143c542a012f64db8db0fa7b82f063ef338e94.zip
Remove `httpoison` from dependencies
Diffstat (limited to 'test/fixtures/tesla_mock/https__info.pleroma.site_activity2.json')
-rw-r--r--test/fixtures/tesla_mock/https__info.pleroma.site_activity2.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/tesla_mock/https__info.pleroma.site_activity2.json b/test/fixtures/tesla_mock/https__info.pleroma.site_activity2.json
new file mode 100644
index 000000000..b16a9279b
--- /dev/null
+++ b/test/fixtures/tesla_mock/https__info.pleroma.site_activity2.json
@@ -0,0 +1,14 @@
+{
+ "@context": "https://www.w3.org/ns/activitystreams",
+ "attributedTo": "https://info.pleroma.site/actor.json",
+ "attachment": [],
+ "actor": "http://mastodon.example.org/users/admin",
+ "content": "<p>this post was not actually written by Haelwenn</p>",
+ "id": "https://info.pleroma.site/activity2.json",
+ "published": "2018-09-01T22:15:00Z",
+ "tag": [],
+ "to": [
+ "https://www.w3.org/ns/activitystreams#Public"
+ ],
+ "type": "Note"
+}