summaryrefslogtreecommitdiff
path: root/spec/features/projects/import_export
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-09-21 13:01:46 +0200
committerJames Lopez <james@jameslopez.es>2016-09-21 14:36:28 +0200
commitce48a595b04ba682409dd55a6272c8dd9a8553f3 (patch)
tree811e2591e2b7ace9f376e42a18a6ec7b17ce7093 /spec/features/projects/import_export
parenta25ac8a89b839653e469693d77b931b158731cca (diff)
downloadgitlab-ce-ce48a595b04ba682409dd55a6272c8dd9a8553f3.tar.gz
fixing security specs after merge
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 7e2c701e401..27c986c5187 100644
--- a/spec/features/projects/import_export/export_file_spec.rb
+++ b/spec/features/projects/import_export/export_file_spec.rb
@@ -15,7 +15,7 @@ feature 'Import/Export - project export integration test', feature: true, js: tr
let(:sensitive_words) { %w[pass secret token key] }
let(:safe_list) do
{
- token: [ProjectHook, Ci::Trigger],
+ token: [ProjectHook, Ci::Trigger, CommitStatus],
key: [Project, Ci::Variable, :yaml_variables]
}
end