summaryrefslogtreecommitdiff
path: root/spec/frontend/projects/commit/mock_data.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/projects/commit/mock_data.js')
-rw-r--r--spec/frontend/projects/commit/mock_data.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/projects/commit/mock_data.js b/spec/frontend/projects/commit/mock_data.js
index e4dcb24c4c0..34e9c400af4 100644
--- a/spec/frontend/projects/commit/mock_data.js
+++ b/spec/frontend/projects/commit/mock_data.js
@@ -23,6 +23,6 @@ export default {
modalId: '_modal_id_',
openModal: '_open_modal_',
},
- mockBranches: ['_branch_1', '_abc_', '_master_'],
+ mockBranches: ['_branch_1', '_abc_', '_main_'],
mockProjects: ['_project_1', '_abc_', '_project_'],
};