disabling pdfcpu logs (#22)

This commit is contained in:
Julien Neuhart
2018-12-12 16:24:54 +01:00
committed by GitHub
parent c6f6a87499
commit 5291d2d129
5 changed files with 11 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ func TestMerge(t *testing.T) {
err := Merge(
[]string{
fmt.Sprintf("%s/%s", dirPath, "gotenberg.pdf"),
fmt.Sprintf("%s/%s", dirPath, "gotenberg.pdf"),
fmt.Sprintf("%s/%s", dirPath, "gotenberg_bis.pdf"),
},
dst,
)