summaryrefslogtreecommitdiff
path: root/testrig/testmodels.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r--testrig/testmodels.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go
index 3f32b588d..8ed5054d1 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -1387,7 +1387,7 @@ func NewTestFediStatuses() map[string]vocab.ActivityStreamsNote {
"",
URLMustParse("https://unknown-instance.com/users/brand_new_person"),
[]*url.URL{
- URLMustParse("https://www.w3.org/ns/activitystreams#Public"),
+ URLMustParse(pub.PublicActivityPubIRI),
},
[]*url.URL{},
false,
@@ -1401,7 +1401,7 @@ func NewTestFediStatuses() map[string]vocab.ActivityStreamsNote {
"",
URLMustParse("https://unknown-instance.com/users/brand_new_person"),
[]*url.URL{
- URLMustParse("https://www.w3.org/ns/activitystreams#Public"),
+ URLMustParse(pub.PublicActivityPubIRI),
},
[]*url.URL{},
false,