Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-26 21:07:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-26 21:07:33 +0300
commitb8915a9ca99371b33e3d0f337d10df860201769f (patch)
tree83b005b91ac624a2fbf7381072999ac743dd5f28 /spec/factories
parenta8c410f8a115b82a614b81cfd1036498838a5a5b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/integrations.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/integrations.rb b/spec/factories/integrations.rb
index 74545c6eec1..5beb495516f 100644
--- a/spec/factories/integrations.rb
+++ b/spec/factories/integrations.rb
@@ -297,6 +297,7 @@ FactoryBot.define do
app_store_key_id { 'ABC1' }
app_store_private_key_file_name { 'auth_key.p8' }
app_store_private_key { File.read('spec/fixtures/auth_key.p8') }
+ app_store_protected_refs { true }
end
factory :google_play_integration, class: 'Integrations::GooglePlay' do