This commit is contained in:
Michael Jerger 2024-03-28 07:44:22 +01:00
parent 259c0202c7
commit 992fbf6898
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,6 @@ import (
ap "github.com/go-ap/activitypub"
)
// TODO: fix this test. mock time.Now?
func Test_NewForgeLike(t *testing.T) {
actorIRI := "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1"
objectIRI := "https://codeberg.org/api/v1/activitypub/repository-id/1"

View file

@ -1,4 +1,5 @@
// Copyright 2016 The Gitea Authors. All rights reserved.
// Copyright 2024 The Forgejo Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package repo