summaryrefslogtreecommitdiff
path: root/spec/frontend/security_configuration/manage_sast_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/security_configuration/manage_sast_spec.js')
-rw-r--r--spec/frontend/security_configuration/manage_sast_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/security_configuration/manage_sast_spec.js b/spec/frontend/security_configuration/manage_sast_spec.js
index 7c76f19ddb4..15a57210246 100644
--- a/spec/frontend/security_configuration/manage_sast_spec.js
+++ b/spec/frontend/security_configuration/manage_sast_spec.js
@@ -79,7 +79,7 @@ describe('Manage Sast Component', () => {
it('should render Button with correct text', () => {
createComponent();
- expect(findButton().text()).toContain('Configure via Merge Request');
+ expect(findButton().text()).toContain('Configure via merge request');
});
describe('given a successful response', () => {