summaryrefslogtreecommitdiff
path: root/spec/factories
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 23:52:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 23:52:27 +0000
commit52dd3cdae10174cc35af6698b280acd1431cc4f8 (patch)
tree5dd5616b71029c5c4315961d8663b3a3c80714a5 /spec/factories
parent38dadcee569adfbbb1c9dc99634bba4e9a9128bc (diff)
downloadgitlab-ce-52dd3cdae10174cc35af6698b280acd1431cc4f8.tar.gz
Add latest changes from gitlab-org/security/gitlab@15-9-stable-ee
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/project_hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/project_hooks.rb b/spec/factories/project_hooks.rb
index 946b3925ee9..d84e287d765 100644
--- a/spec/factories/project_hooks.rb
+++ b/spec/factories/project_hooks.rb
@@ -7,7 +7,7 @@ FactoryBot.define do
project
trait :url_variables do
- url_variables { { 'abc' => 'supers3cret' } }
+ url_variables { { 'abc' => 'supers3cret', 'def' => 'foobar' } }
end
trait :token do