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:
authorSarah German <sgerman@gitlab.com>2022-07-28 01:07:20 +0300
committerSarah German <sgerman@gitlab.com>2022-08-20 00:34:59 +0300
commit94e214de7150a5c0b04a6bb12e0f496248568c39 (patch)
tree85aa3f7e4e75517c7fe8ee72b2756be8331acba7 /spec
parent9e545e18ed5dbab19a7c3048ecf19e16d2015054 (diff)
Consolidate Algolia configurationalgolia-shared-config
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', () => {