1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

test: fix another gitea test

This commit is contained in:
Carlos Alexandro Becker 2023-07-14 01:36:48 +00:00
parent cd49d184b8
commit ecb8dc54d7
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -69,7 +69,7 @@ func TestNewIfToken(t *testing.T) {
require.True(t, ok)
ctx = testctx.NewWithCfg(config.Project{
Env: []string{"VAR=token"},
Env: []string{"VAR=giteatoken"},
GiteaURLs: config.GiteaURLs{
API: "https://gitea.com/api/v1",
},