comments
This commit is contained in:
parent
259c0202c7
commit
992fbf6898
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ import (
|
||||||
ap "github.com/go-ap/activitypub"
|
ap "github.com/go-ap/activitypub"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: fix this test. mock time.Now?
|
|
||||||
func Test_NewForgeLike(t *testing.T) {
|
func Test_NewForgeLike(t *testing.T) {
|
||||||
actorIRI := "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1"
|
actorIRI := "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1"
|
||||||
objectIRI := "https://codeberg.org/api/v1/activitypub/repository-id/1"
|
objectIRI := "https://codeberg.org/api/v1/activitypub/repository-id/1"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// Copyright 2016 The Gitea Authors. All rights reserved.
|
// Copyright 2016 The Gitea Authors. All rights reserved.
|
||||||
|
// Copyright 2024 The Forgejo Authors. All rights reserved.
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
package repo
|
package repo
|
||||||
|
|
Loading…
Reference in a new issue