From b72a8bddfc63e251bca443737ab35a77355bfe3c Mon Sep 17 00:00:00 2001 From: vitalii-bezuhlyi Date: Wed, 20 Mar 2024 12:25:52 +0200 Subject: [PATCH] test commit --- Apps.Lionbridge/LionbridgeInvocable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps.Lionbridge/LionbridgeInvocable.cs b/Apps.Lionbridge/LionbridgeInvocable.cs index 9704d89..e144183 100644 --- a/Apps.Lionbridge/LionbridgeInvocable.cs +++ b/Apps.Lionbridge/LionbridgeInvocable.cs @@ -56,7 +56,7 @@ protected async Task UploadFmsFile(string jobId, AddFi var uploadFileResponse = await client.ExecuteAsync(request); if (!uploadFileResponse.IsSuccessful) { - throw new Exception("Failed to upload file to FMS on second step"); + throw new Exception("Failed to upload file to FMS on second step of the process"); } return response;