diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-03-21 19:23:09 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-03-22 00:36:13 -0500 |
commit | ff7afc04654e4306f84f469634590a25831e997f (patch) | |
tree | 6710f6bf49e6a4ac71016b4dc67ea39647e38d69 /test/fixtures | |
parent | 4d3af2af713d37363eed3ec81334b6c37c0407ed (diff) | |
download | pleroma-ff7afc04654e4306f84f469634590a25831e997f.tar.gz pleroma-ff7afc04654e4306f84f469634590a25831e997f.zip |
tests: webfinger: test quering a JSON response for activitypub actor URI
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/httpoison_mock/framasoft@framatube.org.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/httpoison_mock/framasoft@framatube.org.json b/test/fixtures/httpoison_mock/framasoft@framatube.org.json new file mode 100644 index 000000000..dcd5e88f5 --- /dev/null +++ b/test/fixtures/httpoison_mock/framasoft@framatube.org.json @@ -0,0 +1 @@ +{"subject":"acct:framasoft@framatube.org","aliases":["https://framatube.org/accounts/framasoft"],"links":[{"rel":"self","type":"application/activity+json","href":"https://framatube.org/accounts/framasoft"}]}
\ No newline at end of file |