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:
parent
154c520755
commit
f2f72a57e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user