summaryrefslogtreecommitdiff
path: root/internal/util/secret_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/util/secret_test.go')
-rw-r--r--internal/util/secret_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/util/secret_test.go b/internal/util/secret_test.go
index 99b2df32c..cda5a484e 100644
--- a/internal/util/secret_test.go
+++ b/internal/util/secret_test.go
@@ -21,7 +21,7 @@ import (
"regexp"
"testing"
- "github.com/superseriousbusiness/gotosocial/internal/util"
+ "code.superseriousbusiness.org/gotosocial/internal/util"
)
func TestMustGenerateSecret(t *testing.T) {