diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-19 17:46:24 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-19 23:21:37 +0000 |
commit | c9280b97306b894a38377acf43c62d7808df01d8 (patch) | |
tree | 4ce229dfd2a218a83f6a7710e53818667a0492f4 /test | |
parent | 189a2889258038ae9372113e5d901f18b7417a82 (diff) | |
download | pleroma-c9280b97306b894a38377acf43c62d7808df01d8.tar.gz pleroma-c9280b97306b894a38377acf43c62d7808df01d8.zip |
rework to use properties instead of compound typing, per SocialCG
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/tesla_mock/relay@mastdon.example.org.json | 3 |
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", |