diff --git a/src/dotnet/APIView/APIViewIntegrationTests/APIViewIntegrationTests.csproj b/src/dotnet/APIView/APIViewIntegrationTests/APIViewIntegrationTests.csproj
index 3d1a332b3e4..3e763401d35 100644
--- a/src/dotnet/APIView/APIViewIntegrationTests/APIViewIntegrationTests.csproj
+++ b/src/dotnet/APIView/APIViewIntegrationTests/APIViewIntegrationTests.csproj
@@ -19,7 +19,6 @@
-
all
diff --git a/src/dotnet/APIView/APIViewIntegrationTests/TestsBaseFixture.cs b/src/dotnet/APIView/APIViewIntegrationTests/TestsBaseFixture.cs
index 39f75cff0ad..49ad8d37c9c 100644
--- a/src/dotnet/APIView/APIViewIntegrationTests/TestsBaseFixture.cs
+++ b/src/dotnet/APIView/APIViewIntegrationTests/TestsBaseFixture.cs
@@ -11,12 +11,8 @@
using Microsoft.AspNetCore.Authorization;
using Moq;
using System.IO;
-using System.Net;
using System.Threading.Tasks;
using System.Security.Claims;
-using SendGrid;
-using SendGrid.Helpers.Mail;
-using System.Threading;
using Azure.Storage.Blobs.Models;
using APIView.Identity;
using APIViewWeb.Managers;
@@ -83,11 +79,7 @@ public TestsBaseFixture()
authorizationServiceMoq.Setup(_ => _.AuthorizeAsync(It.IsAny(), It.IsAny