diff --git a/pipeline/fpm/fpm_test.go b/pipeline/fpm/fpm_test.go index 2544710a0..5bad8b24a 100644 --- a/pipeline/fpm/fpm_test.go +++ b/pipeline/fpm/fpm_test.go @@ -27,6 +27,9 @@ func TestRunPipeFormatBinary(t *testing.T) { var assert = assert.New(t) var ctx = &context.Context{ Config: config.Project{ + FPM: config.FPM{ + Formats: []string{"deb"}, + }, Archive: config.Archive{ Format: "binary", },