From d44a30577a6cb454584716addc73c59d07da8672 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 23 Jun 2023 13:11:55 +0200 Subject: [PATCH] Write file --- src/test/resources/like.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/test/resources/like.json diff --git a/src/test/resources/like.json b/src/test/resources/like.json new file mode 100644 index 0000000..5d30525 --- /dev/null +++ b/src/test/resources/like.json @@ -0,0 +1,8 @@ +{ + "@context": "https:\/\/www.w3.org\/ns\/activitystreams", + "type": "Like", + "id": "https:\/\/social.bla\/alyssa\/out\/sdfsd44243g324g3455", + "to": "https:\/\/chatty.bla\/ben\/", + "actor": "https:\/\/social.bla\/alyssa\/", + "object": "posts\/234s23-2g34234-2hhj536" +} \ No newline at end of file