fix(api): wrong expected message in tests

This commit is contained in:
Julien Neuhart
2024-03-15 11:25:55 +01:00
parent 770962be3f
commit c9f7b642c5

View File

@@ -41,7 +41,7 @@ func TestParseError(t *testing.T) {
{
err: gotenberg.ErrPdfFormatNotSupported,
expectStatus: http.StatusBadRequest,
expectMessage: "A least one PDF engine does not handle one of the requested PDF format, while other have failed to convert for other reasons",
expectMessage: "At least one PDF engine cannot process the requested PDF format, while others may have failed to convert due to different issues",
},
{
err: WrapError(