mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
8 lines
171 B
C#
8 lines
171 B
C#
using Bit.IntegrationTestCommon.Factories;
|
|
|
|
namespace Bit.SeederApi.IntegrationTest;
|
|
|
|
public class SeederApiApplicationFactory : WebApplicationFactoryBase<Program>
|
|
{
|
|
}
|