1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

PM-26208 updated api endpoint (#6431)

This commit is contained in:
Vijay Oommen
2025-10-09 10:47:54 -05:00
committed by GitHub
parent fe32e885c6
commit a6726d2e04
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;