From 0f95c504a252421f4741b3364cf64f5a3e7e0a72 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 1 May 2017 21:48:18 +0800 Subject: [PATCH] fix: [ci skip] update comment. --- remote/gitea/fixtures/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/gitea/fixtures/handler.go b/remote/gitea/fixtures/handler.go index 8017a6ad..33407aa3 100644 --- a/remote/gitea/fixtures/handler.go +++ b/remote/gitea/fixtures/handler.go @@ -7,7 +7,7 @@ import ( ) // Handler returns an http.Handler that is capable of handling a variety of mock -// Bitbucket requests and returning mock responses. +// Gitea requests and returning mock responses. func Handler() http.Handler { gin.SetMode(gin.TestMode)