diff options
author | kPherox <admin@mail.kr-kp.com> | 2019-11-30 15:24:08 +0900 |
---|---|---|
committer | kPherox <admin@mail.kr-kp.com> | 2019-11-30 15:43:12 +0900 |
commit | 1915b23e72c5cbed5c794f66eb0a727e719d3c57 (patch) | |
tree | 336cce7d402e82805af5f9160db87126d4cbfb8f /test/fixtures | |
parent | 0326683932800c20dcec2b7d3500bff149cf091b (diff) | |
download | pleroma-1915b23e72c5cbed5c794f66eb0a727e719d3c57.tar.gz pleroma-1915b23e72c5cbed5c794f66eb0a727e719d3c57.zip |
test missing first field
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/users_mock/friendica_followers.json | 19 | ||||
-rw-r--r-- | test/fixtures/users_mock/friendica_following.json | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/test/fixtures/users_mock/friendica_followers.json b/test/fixtures/users_mock/friendica_followers.json new file mode 100644 index 000000000..7b86b5fe2 --- /dev/null +++ b/test/fixtures/users_mock/friendica_followers.json @@ -0,0 +1,19 @@ +{ + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://w3id.org/security/v1", + { + "vcard": "http://www.w3.org/2006/vcard/ns#", + "dfrn": "http://purl.org/macgirvin/dfrn/1.0/", + "diaspora": "https://diasporafoundation.org/ns/", + "litepub": "http://litepub.social/ns#", + "manuallyApprovesFollowers": "as:manuallyApprovesFollowers", + "sensitive": "as:sensitive", + "Hashtag": "as:Hashtag", + "directMessage": "litepub:directMessage" + } + ], + "id": "http://localhost:8080/followers/fuser3", + "type": "OrderedCollection", + "totalItems": 296 +} diff --git a/test/fixtures/users_mock/friendica_following.json b/test/fixtures/users_mock/friendica_following.json new file mode 100644 index 000000000..7c526befc --- /dev/null +++ b/test/fixtures/users_mock/friendica_following.json @@ -0,0 +1,19 @@ +{ + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://w3id.org/security/v1", + { + "vcard": "http://www.w3.org/2006/vcard/ns#", + "dfrn": "http://purl.org/macgirvin/dfrn/1.0/", + "diaspora": "https://diasporafoundation.org/ns/", + "litepub": "http://litepub.social/ns#", + "manuallyApprovesFollowers": "as:manuallyApprovesFollowers", + "sensitive": "as:sensitive", + "Hashtag": "as:Hashtag", + "directMessage": "litepub:directMessage" + } + ], + "id": "http://localhost:8080/following/fuser3", + "type": "OrderedCollection", + "totalItems": 32 +} |