aboutsummaryrefslogtreecommitdiffstats
path: root/routers/utils/utils_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/utils/utils_test.go')
-rw-r--r--routers/utils/utils_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/utils/utils_test.go b/routers/utils/utils_test.go
index ec5e69862a..78ab3d20ee 100644
--- a/routers/utils/utils_test.go
+++ b/routers/utils/utils_test.go
@@ -35,7 +35,7 @@ func TestIsValidSlackChannel(t *testing.T) {
}
func TestIsExternalURL(t *testing.T) {
- setting.AppURL = "https://try.gitea.io"
+ setting.AppURL = "https://try.gitea.io/"
type test struct {
Expected bool
RawURL string