diff --git a/src/test/cljc/org/domaindrivenarchitecture/fed_poc/activitystreams2_test.cljc b/src/test/cljc/org/domaindrivenarchitecture/fed_poc/activitystreams2_test.cljc index 8b252aa..175fa7f 100644 --- a/src/test/cljc/org/domaindrivenarchitecture/fed_poc/activitystreams2_test.cljc +++ b/src/test/cljc/org/domaindrivenarchitecture/fed_poc/activitystreams2_test.cljc @@ -119,13 +119,13 @@ {::sut/id "https://repo.prod.meissa.de/api/users/jem/like/12345", ::sut/type "Like", ::sut/actor "https://repo.prod.meissa.de/api/users/jem", - ::sut/object "https://codeberg.org/forgejo/forgejo.git"}))) + ::sut/object "https://codeberg.org/api/repos/forgejo/forgejo"}))) (testing "using activitypub api uris for id refernce" (is (s/valid? ::sut/Like {::sut/id "https://repo.prod.meissa.de/api/activitypub/user-id/1/outbox/12345", ::sut/type "Like", ::sut/actor "https://repo.prod.meissa.de/api/activitypub/user-id/1", - ::sut/object "https://codeberg.org/forgejo/forgejo.git"}))) + ::sut/object "https://codeberg.org/api/repos/forgejo/forgejo"}))) )) (deftest Object-test