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 - Added header to all tests within the webapplication factory extensions.

This commit is contained in:
Patrick Pimentel
2025-11-24 12:59:03 -05:00
parent e46425dfb8
commit d69842d668

View File

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