Skip to content

Commit

Permalink
Fixes jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 23, 2021
1 parent 4aaff72 commit dd3bbfa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/plugins/custom_integrations/server/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/branch/introduction.html',
'https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/master/introduction.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand All @@ -50,7 +50,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/branch/ruby_client.html',
'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/master/ruby_client.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand All @@ -62,7 +62,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/go-api/branch/overview.html',
'https://www.elastic.co/guide/en/elasticsearch/client/go-api/master/overview.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand All @@ -74,7 +74,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/net-api/branch/index.html',
'https://www.elastic.co/guide/en/elasticsearch/client/net-api/master/index.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand All @@ -86,7 +86,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/php-api/branch/index.html',
'https://www.elastic.co/guide/en/elasticsearch/client/php-api/master/index.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand All @@ -98,7 +98,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/perl-api/branch/index.html',
'https://www.elastic.co/guide/en/elasticsearch/client/perl-api/master/index.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand All @@ -110,7 +110,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/python-api/branch/index.html',
'https://www.elastic.co/guide/en/elasticsearch/client/python-api/master/index.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand All @@ -122,7 +122,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/rust-api/branch/index.html',
'https://www.elastic.co/guide/en/elasticsearch/client/rust-api/master/index.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand All @@ -134,7 +134,7 @@ describe('CustomIntegrationsPlugin', () => {
type: 'ui_link',
shipper: 'language_clients',
uiInternalPath:
'https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/branch/index.html',
'https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/master/index.html',
isBeta: false,
icons: [{ type: 'svg' }],
categories: ['elastic_stack', 'custom', 'language_client'],
Expand Down

0 comments on commit dd3bbfa

Please sign in to comment.