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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/notes/components/note_form_spec.js')
-rw-r--r--spec/javascripts/notes/components/note_form_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/notes/components/note_form_spec.js b/spec/javascripts/notes/components/note_form_spec.js
index b632ee6736d..96aa7824cec 100644
--- a/spec/javascripts/notes/components/note_form_spec.js
+++ b/spec/javascripts/notes/components/note_form_spec.js
@@ -17,7 +17,7 @@ describe('issue_note_form component', () => {
return shallowMount(NoteForm, {
store,
propsData: props,
- // see https://gitlab.com/gitlab-org/gitlab-ce/issues/56317 for the following
+ // see https://gitlab.com/gitlab-org/gitlab-foss/issues/56317 for the following
localVue,
sync: false,
});