1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-24 19:49:22 +02:00
This commit is contained in:
Anton Titovets
2025-04-14 19:46:40 +03:00
parent 6c7d8b33e4
commit 9252a94425
2 changed files with 2 additions and 2 deletions

View File

@@ -3182,7 +3182,7 @@
"Использовать oint": "Use oint",
"ТекстовыйДокумент": "TextDocument",
"Почтовые вложения": "Mail attachments",
"300).Равно(Истина": "300.Equal(True",
"300).Равно(Истина": "300).Equal(True",
"Это сервер !NOCLI": "Is server !NOCLI",
"Текст комментария": "Comment text",
"ПараметрЛокальный": "LocalParameter",

View File

@@ -2392,7 +2392,7 @@ EndProcedure
Procedure Check_OllamaCode(Val Result) Export
ExpectsThat(Result["status_code"] < 300.Равно(True);
ExpectsThat(Result["status_code"] < 300).Равно(True);
EndProcedure