summaryrefslogtreecommitdiffstats
path: root/modules/validation/helpers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/validation/helpers_test.go')
-rw-r--r--modules/validation/helpers_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/validation/helpers_test.go b/modules/validation/helpers_test.go
index 9051ee1a0d..cc2a4b720d 100644
--- a/modules/validation/helpers_test.go
+++ b/modules/validation/helpers_test.go
@@ -7,9 +7,9 @@ package validation
import (
"testing"
- "github.com/stretchr/testify/assert"
-
"code.gitea.io/gitea/modules/setting"
+
+ "github.com/stretchr/testify/assert"
)
func Test_IsValidURL(t *testing.T) {