1
0
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:
Patrick Pimentel
2025-12-02 17:07:14 -05:00
parent 86bca81644
commit c1bc10bf40

View File

@@ -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", "" },