mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Elasticsearch Node): Fix issue stopping search queries being sent (#11464)
This commit is contained in:
@@ -56,7 +56,7 @@ export class ElasticsearchApi implements ICredentialType {
|
||||
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
baseURL: '={{$credentials.baseUrl}}',
|
||||
baseURL: '={{$credentials.baseUrl}}'.replace(/\/$/, ''),
|
||||
url: '/_xpack?human=false',
|
||||
skipSslCertificateValidation: '={{$credentials.ignoreSSLIssues}}',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user