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

chore: fix lint

This commit is contained in:
Carlos Alexandro Becker 2023-06-25 12:55:40 +00:00
parent 73e59160de
commit 6cd9674c97
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -101,7 +101,6 @@ func TestRichText(t *testing.T) {
t.Run("e2e - full slack config with blocks and attachments", func(t *testing.T) {
t.SkipNow() // requires a valid webhook for integration testing
t.Parallel()
var project config.Project
require.NoError(t, yaml.Unmarshal(goodRichSlackConf(), &project))
ctx := testctx.NewWithCfg(project, testctx.WithVersion(testVersion))
@ -109,7 +108,6 @@ func TestRichText(t *testing.T) {
})
t.Run("slack config with bad blocks", func(t *testing.T) {
t.Parallel()
var project config.Project
require.NoError(t, yaml.Unmarshal(badBlocksSlackConf(), &project))
ctx := testctx.NewWithCfg(project, testctx.WithVersion(testVersion))