test: Update integration tests to use moved request DTOs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using DocumentService.API.Controllers; // For CheckPdfAttachmentsRequest DTO
|
||||
using DocumentService.Application.Common.DTOs;
|
||||
using DocumentService.Client.Models.Requests;
|
||||
using FluentAssertions;
|
||||
using Microsoft.AspNetCore.Mvc.Testing;
|
||||
using System.Net;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using DocumentService.API.Controllers; // For Base64Request DTOs
|
||||
using DocumentService.Application.Common.DTOs;
|
||||
using DocumentService.Client.Models.Requests;
|
||||
using FluentAssertions;
|
||||
using Microsoft.AspNetCore.Mvc.Testing;
|
||||
using System.Net;
|
||||
|
||||
Reference in New Issue
Block a user