mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
8 lines
168 B
C#
8 lines
168 B
C#
using Bit.IntegrationTestCommon.Factories;
|
|
|
|
namespace Bit.SeederApi.IntegrationTest;
|
|
|
|
public class SeederApiApplicationFactory : WebApplicationFactoryBase<Program>
|
|
{
|
|
}
|