Skip to content

Commit

Permalink
test: gitea with trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 22, 2022
1 parent 154c520 commit f2f72a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipe/defaults/defaults_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2f72a5

Please sign in to comment.