aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/mocks/activity/testfollow.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/mocks/activity/testfollow.json')
-rw-r--r--src/test/resources/mocks/activity/testfollow.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/resources/mocks/activity/testfollow.json b/src/test/resources/mocks/activity/testfollow.json
deleted file mode 100644
index e308e52e..00000000
--- a/src/test/resources/mocks/activity/testfollow.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "@context": [
- "https://www.w3.org/ns/activitystreams",
- "https://w3id.org/security/v1",
- {
- "schema": "http://schema.org#",
- "PropertyValue": "schema:PropertyValue",
- "value": "schema:value"
- }
- ],
- "id": "https://example.com/12345678",
- "type": "Follow",
- "actor": "https://example.com/u/testuser",
- "object": "http://localhost:8080/u/ugnich"
-} \ No newline at end of file