using Microsoft.AspNetCore.Mvc.Testing; namespace FindAndDrive.Tests.IntegrationTests; public class IntegrationTestAppFactory : WebApplicationFactory where TStartup : class { }