summaryrefslogtreecommitdiff
path: root/test/fixtures/tesla_mock
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-10-19 17:46:24 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-10-19 23:21:37 +0000
commitc9280b97306b894a38377acf43c62d7808df01d8 (patch)
tree4ce229dfd2a218a83f6a7710e53818667a0492f4 /test/fixtures/tesla_mock
parent189a2889258038ae9372113e5d901f18b7417a82 (diff)
downloadpleroma-c9280b97306b894a38377acf43c62d7808df01d8.tar.gz
pleroma-c9280b97306b894a38377acf43c62d7808df01d8.zip
rework to use properties instead of compound typing, per SocialCG
Diffstat (limited to 'test/fixtures/tesla_mock')
-rw-r--r--test/fixtures/tesla_mock/relay@mastdon.example.org.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixtures/tesla_mock/relay@mastdon.example.org.json b/test/fixtures/tesla_mock/relay@mastdon.example.org.json
index b70be2bf4..c1fab7d3b 100644
--- a/test/fixtures/tesla_mock/relay@mastdon.example.org.json
+++ b/test/fixtures/tesla_mock/relay@mastdon.example.org.json
@@ -12,7 +12,8 @@
"Emoji": "toot:Emoji"
}],
"id": "http://mastodon.example.org/users/admin",
- "type": ["Application", "Invisible"],
+ "type": "Application",
+ "invisible": true,
"following": "http://mastodon.example.org/users/admin/following",
"followers": "http://mastodon.example.org/users/admin/followers",
"inbox": "http://mastodon.example.org/users/admin/inbox",