aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/services/entity_normalizer
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-04-10 17:28:42 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-04-10 17:28:42 +0000
commit84505e01f5f6b2d0ba462cdccefcedc631ab09ba (patch)
treeb49893d5b9087d8eb8a92d8b54eca79b822c6a53 /test/unit/specs/services/entity_normalizer
parentd94a7b63185ce72bd9a61ebc7f6141178176fc4e (diff)
parent76cd01e99b832944c5f6faff3167935346438b53 (diff)
Merge branch 'issue-436-mastoapi-notifications' into 'develop'
#436: integrate mastoAPI notifications Closes #436 See merge request pleroma/pleroma-fe!678
Diffstat (limited to 'test/unit/specs/services/entity_normalizer')
-rw-r--r--test/unit/specs/services/entity_normalizer/entity_normalizer.spec.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/unit/specs/services/entity_normalizer/entity_normalizer.spec.js b/test/unit/specs/services/entity_normalizer/entity_normalizer.spec.js
index 2b0b0d6d..bae890f8 100644
--- a/test/unit/specs/services/entity_normalizer/entity_normalizer.spec.js
+++ b/test/unit/specs/services/entity_normalizer/entity_normalizer.spec.js
@@ -129,7 +129,10 @@ const makeMockStatusMasto = (overrides = {}) => {
tags: [],
uri: 'https://shigusegubu.club/objects/16033fbb-97c0-4f0e-b834-7abb92fb8639',
url: 'https://shigusegubu.club/objects/16033fbb-97c0-4f0e-b834-7abb92fb8639',
- visibility: 'public'
+ visibility: 'public',
+ pleroma: {
+ local: true
+ }
}, overrides)
}