summaryrefslogtreecommitdiff
path: root/spec/features/projects/import_export
diff options
context:
space:
mode:
authorcharlieablett <cablett@gitlab.com>2019-05-01 10:38:41 +1200
committercharlieablett <cablett@gitlab.com>2019-05-01 10:38:41 +1200
commit4b46b530829cc3dd82c2620a76fbe637ca9009c0 (patch)
tree0a077e44d882b0099be88a8677c28f107bd643cc /spec/features/projects/import_export
parentf2bc55d76f278e492902bec99534600d589177b7 (diff)
downloadgitlab-ce-4b46b530829cc3dd82c2620a76fbe637ca9009c0.tar.gz
Add `html` to sensitive words
Diffstat (limited to 'spec/features/projects/import_export')
-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 f76f9ba7577..9d74a96ab3d 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 encrypted] }
+ let(:sensitive_words) { %w[pass secret token key encrypted html] }
let(:safe_list) do
{
token: [ProjectHook, Ci::Trigger, CommitStatus],