diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-22 15:07:57 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-22 15:07:57 +0000 |
| commit | 68aa32736b50c3609348f3bf740b81a2dfd1fb25 (patch) | |
| tree | 801bc83d3ff80e58cf68cf1c9f33a164c36eb7de /spec/support/shared_contexts | |
| parent | fb336d5f6b8b2c8f3131ee97a68ebc80c64a0223 (diff) | |
| download | gitlab-ce-68aa32736b50c3609348f3bf740b81a2dfd1fb25.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/shared_contexts')
| -rw-r--r-- | spec/support/shared_contexts/features/integrations/integrations_shared_context.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/shared_contexts/features/integrations/integrations_shared_context.rb b/spec/support/shared_contexts/features/integrations/integrations_shared_context.rb index bf5158c9a92..178dad627ed 100644 --- a/spec/support/shared_contexts/features/integrations/integrations_shared_context.rb +++ b/spec/support/shared_contexts/features/integrations/integrations_shared_context.rb @@ -74,6 +74,8 @@ Integration.available_integration_names.each do |integration| hash.merge!(k => File.read('spec/fixtures/ssl_key.pem')) elsif integration == 'apple_app_store' && k == :app_store_key_id hash.merge!(k => 'ABC1') + elsif integration == 'apple_app_store' && k == :app_store_private_key_file_name + hash.merge!(k => 'ssl_key.pem') else hash.merge!(k => "someword") end |
