diff --git a/NEW/tests/JdeScoping.Api.IntegrationTests/FileControllerIntegrationTests.cs b/NEW/tests/JdeScoping.Api.IntegrationTests/FileControllerIntegrationTests.cs index 932a5e2..8def8e6 100644 --- a/NEW/tests/JdeScoping.Api.IntegrationTests/FileControllerIntegrationTests.cs +++ b/NEW/tests/JdeScoping.Api.IntegrationTests/FileControllerIntegrationTests.cs @@ -1,5 +1,6 @@ using System.Net; using System.Net.Http.Json; +using JdeScoping.Core.ApiContracts; using Microsoft.AspNetCore.Mvc.Testing; using Shouldly;