summaryrefslogtreecommitdiff
path: root/spec/javascripts/ci_variable_list/ci_variable_list_spec.js
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-08-07 09:04:49 -0700
committerStan Hu <stanhu@gmail.com>2019-08-07 09:04:49 -0700
commit4f1997a05a3d8d8eb04949888eff4c6a92de1bc3 (patch)
treeee4654944cfa7a5609ef54569301e975a03c2c74 /spec/javascripts/ci_variable_list/ci_variable_list_spec.js
parent971c1061b22ac921c32d194dd67b67819d1ac74d (diff)
parent8d659869e1d8ef4a844ea03890f42cb80f312fa0 (diff)
downloadgitlab-ce-4f1997a05a3d8d8eb04949888eff4c6a92de1bc3.tar.gz
Merge branch 'master' into 44496-save-project-id44496-save-project-id
Diffstat (limited to 'spec/javascripts/ci_variable_list/ci_variable_list_spec.js')
-rw-r--r--spec/javascripts/ci_variable_list/ci_variable_list_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/ci_variable_list/ci_variable_list_spec.js b/spec/javascripts/ci_variable_list/ci_variable_list_spec.js
index 064113e879a..c8d6f789ed0 100644
--- a/spec/javascripts/ci_variable_list/ci_variable_list_spec.js
+++ b/spec/javascripts/ci_variable_list/ci_variable_list_spec.js
@@ -162,7 +162,7 @@ describe('VariableList', () => {
});
it('has a regex provided via a data attribute', () => {
- expect($wrapper.attr('data-maskable-regex')).toBe('^[a-zA-Z0-9_+=/-]{8,}$');
+ expect($wrapper.attr('data-maskable-regex')).toBe('^[a-zA-Z0-9_+=/@:-]{8,}$');
});
it('allows values that are 8 characters long', done => {