1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

test: gitea with trailing slash

This commit is contained in:
Carlos A Becker 2022-10-21 22:53:24 -03:00
parent 154c520755
commit f2f72a57e3
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -99,7 +99,7 @@ func TestFillPartial(t *testing.T) {
ctx = context.New(config.Project{
GiteaURLs: config.GiteaURLs{
API: "https://gitea.com/api/v1",
API: "https://gitea.com/api/v1/",
},
})
ctx.TokenType = context.TokenTypeGitea