summaryrefslogtreecommitdiff
path: root/internal/ap/extractpubkey_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ap/extractpubkey_test.go')
-rw-r--r--internal/ap/extractpubkey_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/ap/extractpubkey_test.go b/internal/ap/extractpubkey_test.go
index cf468a1e7..eeffaa1b2 100644
--- a/internal/ap/extractpubkey_test.go
+++ b/internal/ap/extractpubkey_test.go
@@ -22,8 +22,8 @@ import (
"encoding/json"
"testing"
- "codeberg.org/superseriousbusiness/activity/streams"
- typepublickey "codeberg.org/superseriousbusiness/activity/streams/impl/w3idsecurityv1/type_publickey"
+ "code.superseriousbusiness.org/activity/streams"
+ typepublickey "code.superseriousbusiness.org/activity/streams/impl/w3idsecurityv1/type_publickey"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/gotosocial/internal/ap"
)