Поправлен один автотест
Some checks failed
Run Tests / run_tests (push) Failing after 1m59s

This commit is contained in:
Olga Nemt 2024-12-18 16:40:49 +05:00
parent a73a511fc9
commit 02aab424ec

View File

@ -1,4 +1,4 @@
using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.DependencyInjection;
using DD.Persistence.Client;
using DD.Persistence.Client.Clients.Interfaces;
@ -82,7 +82,7 @@ namespace DD.Persistence.IntegrationTests.Controllers
public async Task InsertRange_returns_BadRequest()
{
//arrange
const string exceptionMessage = "test";
const string exceptionMessage = "Ошибка валидации, формата или маршрутизации запроса";
var systemId = Guid.NewGuid();
var dtos = new List<TechMessageDto>()
{