1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 01:03:17 +00:00

PM-26208 updated api endpoint (#6431)

(cherry picked from commit a6726d2e04)
This commit is contained in:
Vijay Oommen
2025-10-09 10:47:54 -05:00
committed by Conner Turnbull
parent d26e290cf4
commit a3b3e370f2
7 changed files with 115 additions and 83 deletions

View File

@@ -169,7 +169,7 @@ public class FreshdeskControllerTests
[BitAutoData(WebhookKey)]
public async Task PostWebhookOnyxAi_success(
string freshdeskWebhookKey, FreshdeskOnyxAiWebhookModel model,
OnyxAnswerWithCitationResponseModel onyxResponse,
OnyxResponseModel onyxResponse,
SutProvider<FreshdeskController> sutProvider)
{
var billingSettings = sutProvider.GetDependency<IOptions<BillingSettings>>().Value;