mirror of
https://github.com/bitwarden/server
synced 2026-01-02 00:23:40 +00:00
fix(auth-validator): [PM-22975] Client Version Validator - Removed unneded code.
This commit is contained in:
@@ -131,10 +131,6 @@ public abstract class WebApplicationFactoryBase<T> : WebApplicationFactory<T>
|
||||
{ "globalSettings:databaseProvider", "postgres" },
|
||||
{ "globalSettings:postgreSql:connectionString", "Host=localhost;Username=test;Password=test;Database=test" },
|
||||
|
||||
// Ensure base service URIs are defined for tests (used for client redirect URIs)
|
||||
{ "globalSettings:baseServiceUri:vault", "https://localhost:8080" },
|
||||
{ "globalSettings:baseServiceUri:internalVault", "https://localhost:8080" },
|
||||
|
||||
// Clear the redis connection string for distributed caching, forcing an in-memory implementation
|
||||
{ "globalSettings:redis:connectionString", "" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user