diff --git a/pipeline/brew/brew_test.go b/pipeline/brew/brew_test.go index cd169e684..e9392f1c6 100644 --- a/pipeline/brew/brew_test.go +++ b/pipeline/brew/brew_test.go @@ -138,7 +138,7 @@ func TestRunPipeFormatOverride(t *testing.T) { }, }, }, - Archives: map[string]string{ + Folders: map[string]string{ "darwinamd64": "bin", }, Publish: true, @@ -166,7 +166,7 @@ func TestRunPipeArchiveDoesntExist(t *testing.T) { }, }, }, - Archives: map[string]string{ + Folders: map[string]string{ "darwinamd64": "bin", }, Publish: true,