mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
test: added back removed case
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
0126a1f32b
commit
6519be8dfb
@ -68,6 +68,10 @@ func TestDefaults(t *testing.T) {
|
||||
Provider: "azblob",
|
||||
IDs: []string{"foo", "bar"},
|
||||
},
|
||||
{
|
||||
Bucket: "foobar",
|
||||
Provider: "gcs",
|
||||
},
|
||||
},
|
||||
})
|
||||
require.NoError(t, Pipe{}.Default(ctx))
|
||||
@ -78,6 +82,11 @@ func TestDefaults(t *testing.T) {
|
||||
Folder: "{{ .ProjectName }}/{{ .Tag }}",
|
||||
IDs: []string{"foo", "bar"},
|
||||
},
|
||||
{
|
||||
Bucket: "foobar",
|
||||
Provider: "gcs",
|
||||
Folder: "{{ .ProjectName }}/{{ .Tag }}",
|
||||
},
|
||||
}, ctx.Config.Blobs)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user