Skip to content

Commit 56ab2bc

Browse files
committed
Fix typo in test
1 parent 7c90cc4 commit 56ab2bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const setup = (props?: Props) =>
2020
})(props) as TestBed;
2121

2222
const docLinks: DocLinksStart = {
23-
ELASTIC_WEBSITE_URL: 'htts://jestTest.elastic.co',
23+
ELASTIC_WEBSITE_URL: 'https://jestTest.elastic.co',
2424
DOC_LINK_VERSION: 'jest',
2525
links: {} as any,
2626
};

0 commit comments

Comments
 (0)