mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
Prefer startup pattern to program pattern
This commit is contained in:
@@ -4,7 +4,7 @@ using Bit.IntegrationTestCommon.Factories;
|
||||
|
||||
namespace Bit.SeederApi.IntegrationTest;
|
||||
|
||||
public class SeederApiApplicationFactory : WebApplicationFactoryBase<Program>
|
||||
public class SeederApiApplicationFactory : WebApplicationFactoryBase<Startup>
|
||||
{
|
||||
public SeederApiApplicationFactory()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user