summaryrefslogtreecommitdiffstats
path: root/integrations/api_keys_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/api_keys_test.go')
-rw-r--r--integrations/api_keys_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integrations/api_keys_test.go b/integrations/api_keys_test.go
index ca3d4b2d7a..d9686a063c 100644
--- a/integrations/api_keys_test.go
+++ b/integrations/api_keys_test.go
@@ -10,10 +10,10 @@ import (
"net/url"
"testing"
- "github.com/stretchr/testify/assert"
-
"code.gitea.io/gitea/models"
api "code.gitea.io/gitea/modules/structs"
+
+ "github.com/stretchr/testify/assert"
)
func TestViewDeployKeysNoLogin(t *testing.T) {