Add encrypted sensitive word to export spec

This commit is contained in:
James Lopez 2018-10-03 06:49:25 +00:00
parent 4fde49d255
commit 2645862f68
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ describe 'Import/Export - project export integration test', :js do
let(:export_path) { "#{Dir.tmpdir}/import_file_spec" }
let(:config_hash) { YAML.load_file(Gitlab::ImportExport.config_file).deep_stringify_keys }
let(:sensitive_words) { %w[pass secret token key] }
let(:sensitive_words) { %w[pass secret token key encrypted] }
let(:safe_list) do
{
token: [ProjectHook, Ci::Trigger, CommitStatus],