mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +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>
|
|
{
|
|
}
|