1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-19 00:21:35 -05:00

Dynamically build connection string

This commit is contained in:
Hinton
2025-05-26 16:49:20 +02:00
parent e844c9c773
commit 3b52c59cf9
3 changed files with 25 additions and 12 deletions

View File

@ -21,7 +21,7 @@ public class ApiApplicationFactory : WebApplicationFactoryBase<Startup>
public ApiApplicationFactory(ITestDatabase db)
{
TestDatabase = db;
_handleDbDisposal = true;
HandleDbDisposal = true;
_identityApplicationFactory = new IdentityApplicationFactory();
_identityApplicationFactory.TestDatabase = TestDatabase;