From 4a9d3ea0697259827b0164930ae9fa7dd631dbad Mon Sep 17 00:00:00 2001 From: pasant9 Date: Fri, 11 Oct 2024 06:25:30 +0530 Subject: [PATCH] Add missing apiKeyIdentifierType config to mistral-add-props.json --- .../src/test/resources/ai-api/mistral-add-props.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/ai-api/mistral-add-props.json b/modules/integration/tests-integration/tests-backend/src/test/resources/ai-api/mistral-add-props.json index 3059d64246..1e3e5c4c6d 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/ai-api/mistral-add-props.json +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/ai-api/mistral-add-props.json @@ -12,6 +12,7 @@ "type": "apikey", "apiKeyIdentifier": "Authorization", "apiKeyValue": "Bearer 123", + "apiKeyIdentifierType": "HEADER", "username": "", "password": "", "grantType": "", @@ -25,6 +26,7 @@ "type": "apikey", "apiKeyIdentifier": "Authorization", "apiKeyValue": "123", + "apiKeyIdentifierType": "HEADER", "username": "", "password": null, "grantType": "",