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": "",