summaryrefslogtreecommitdiff
path: root/spec/frontend/environments/canary_update_modal_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/environments/canary_update_modal_spec.js')
-rw-r--r--spec/frontend/environments/canary_update_modal_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/environments/canary_update_modal_spec.js b/spec/frontend/environments/canary_update_modal_spec.js
index 22d13558a84..16792dcda1e 100644
--- a/spec/frontend/environments/canary_update_modal_spec.js
+++ b/spec/frontend/environments/canary_update_modal_spec.js
@@ -47,7 +47,7 @@ describe('/environments/components/canary_update_modal.vue', () => {
modalId: 'confirm-canary-change',
actionPrimary: {
text: 'Change ratio',
- attributes: [{ variant: 'info' }],
+ attributes: [{ variant: 'confirm' }],
},
actionCancel: { text: 'Cancel' },
});