Get_actual_returns_success Add Sections caption check

This commit is contained in:
ngfrolov 2024-05-30 13:40:10 +05:00
parent 63280b60e2
commit 0b7a3f740a
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -387,7 +387,9 @@ public class ProcessMapPlanDrillingControllerTest : BaseIntegrationTest
Assert.Single(response.Content);
var actual = response.Content.First()!;
Assert.NotNull(actual.Section);
Assert.NotEmpty(actual.Section);
var expected = entity.Adapt<ProcessMapPlanDrillingDto>()!;
var excludeProps = new[] {
nameof(ProcessMapPlanDrillingDto.Id),