summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2018-10-03 06:49:25 +0000
committerJames Lopez <james@gitlab.com>2018-10-03 06:49:25 +0000
commit2645862f687eb32718bef3a033a5d5a1845510a6 (patch)
tree7978795a60840bdd3b0d4cc21d4e2031beedfa2e
parent4fde49d2558f5dd68bfe1f287aff9d9b700c5a69 (diff)
downloadgitlab-ce-2645862f687eb32718bef3a033a5d5a1845510a6.tar.gz
Add encrypted sensitive word to export spec
-rw-r--r--spec/features/projects/import_export/export_file_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/import_export/export_file_spec.rb b/spec/features/projects/import_export/export_file_spec.rb
index a2b96514d64..f76f9ba7577 100644
--- a/spec/features/projects/import_export/export_file_spec.rb
+++ b/spec/features/projects/import_export/export_file_spec.rb
@@ -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],