1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 08:33:48 +00:00

fix(auth-validator): [PM-22975] Client Version Validator - Fixed tests

This commit is contained in:
Patrick Pimentel
2025-11-24 15:42:54 -05:00
parent 1681703eea
commit cb146fcbc8
3 changed files with 4 additions and 36 deletions

View File

@@ -36,8 +36,6 @@ public static class WebApplicationFactoryExtensions
httpContext.Request.Body = content.ReadAsStream();
}
httpContext.Request.Headers.Append("Bitwarden-Client-Version", "2025.11.0");
extraConfiguration?.Invoke(httpContext);
});
}