Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/frontend/search/search_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/search/search_spec.js b/spec/frontend/search/search_spec.js
index e009fdf4..2d80473d 100644
--- a/spec/frontend/search/search_spec.js
+++ b/spec/frontend/search/search_spec.js
@@ -5,7 +5,7 @@
import { mount } from '@vue/test-utils';
import SearchPage from '../../../content/frontend/search/components/search_page.vue';
-const propsData = { docsVersion: 'main' };
+const propsData = { docsVersion: 'main', algoliaCredentials: {} };
const searchFormSelector = '[data-testid="docs-search"]';
describe('component: Search page', () => {