mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 13:45:19 +00:00
Fix api url
This commit is contained in:
parent
9568eab62a
commit
93d79646de
|
@ -26,9 +26,9 @@ func Test_StarMarshalJSON(t *testing.T) {
|
||||||
item: Star{
|
item: Star{
|
||||||
Source: "forgejo",
|
Source: "forgejo",
|
||||||
Activity: ap.Activity{
|
Activity: ap.Activity{
|
||||||
Actor: ap.IRI("https://repo.prod.meissa.de/api/activitypub/user-id/1"),
|
Actor: ap.IRI("https://repo.prod.meissa.de/api/v1/activitypub/user-id/1"),
|
||||||
Type: "Star",
|
Type: "Star",
|
||||||
Object: ap.IRI("https://codeberg.org/api/activitypub/repository-id/1"),
|
Object: ap.IRI("https://codeberg.org/api/v1/activitypub/repository-id/1"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
want: []byte(`{"source":"forgejo","type":"Star","actor":"https://repo.prod.meissa.de/api/activitypub/user-id/1","object":"https://codeberg.org/api/activitypub/repository-id/1"}`),
|
want: []byte(`{"source":"forgejo","type":"Star","actor":"https://repo.prod.meissa.de/api/activitypub/user-id/1","object":"https://codeberg.org/api/activitypub/repository-id/1"}`),
|
||||||
|
|
Loading…
Reference in a new issue