summaryrefslogtreecommitdiff
path: root/internal/api/auth/revoke_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/auth/revoke_test.go')
-rw-r--r--internal/api/auth/revoke_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/api/auth/revoke_test.go b/internal/api/auth/revoke_test.go
index a654ceda5..e482c8aac 100644
--- a/internal/api/auth/revoke_test.go
+++ b/internal/api/auth/revoke_test.go
@@ -25,9 +25,9 @@ import (
"net/http"
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/db"
+ "code.superseriousbusiness.org/gotosocial/testrig"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/db"
- "github.com/superseriousbusiness/gotosocial/testrig"
)
type RevokeTestSuite struct {