summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/action/testrig/no_testrig.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gotosocial/action/testrig/no_testrig.go')
-rw-r--r--cmd/gotosocial/action/testrig/no_testrig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotosocial/action/testrig/no_testrig.go b/cmd/gotosocial/action/testrig/no_testrig.go
index 7205ecf6b..07e9960dc 100644
--- a/cmd/gotosocial/action/testrig/no_testrig.go
+++ b/cmd/gotosocial/action/testrig/no_testrig.go
@@ -19,7 +19,7 @@
package testrig
-import "github.com/superseriousbusiness/gotosocial/cmd/gotosocial/action"
+import "code.superseriousbusiness.org/gotosocial/cmd/gotosocial/action"
// Start creates and starts a gotosocial testrig server.
// This is only enabled in debug builds, else is nil.