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:
Diffstat (limited to 'spec/lib/object_storage/config_spec.rb')
-rw-r--r--spec/lib/object_storage/config_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/object_storage/config_spec.rb b/spec/lib/object_storage/config_spec.rb
index 9a0e83bfd5e..2a81142ea44 100644
--- a/spec/lib/object_storage/config_spec.rb
+++ b/spec/lib/object_storage/config_spec.rb
@@ -136,7 +136,6 @@ RSpec.describe ObjectStorage::Config do
let(:credentials) do
{
provider: 'Google',
- google_client_email: 'foo@gcp-project.example.com',
google_json_key_location: '/path/to/gcp.json'
}
end