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>2022-10-06 09:08:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-06 09:08:33 +0300
commit52b1470ada3118a007bc6664f72b665f80f2200e (patch)
tree6baec506af8a8e80e5cd1c53d2a348ca84b01412 /spec/uploaders/object_storage/cdn
parent53a3791717e8925078f074b976a561c7a72b1b22 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/uploaders/object_storage/cdn')
-rw-r--r--spec/uploaders/object_storage/cdn/google_cdn_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/uploaders/object_storage/cdn/google_cdn_spec.rb b/spec/uploaders/object_storage/cdn/google_cdn_spec.rb
index 1403bbaa060..8e209dabddc 100644
--- a/spec/uploaders/object_storage/cdn/google_cdn_spec.rb
+++ b/spec/uploaders/object_storage/cdn/google_cdn_spec.rb
@@ -30,6 +30,8 @@ RSpec.describe ObjectStorage::CDN::GoogleCDN,
'2600:1900:4180:0000:0000:0000:0000:0000' | false
'10.10.1.5' | false
'fc00:0000:0000:0000:0000:0000:0000:0000' | false
+ '127.0.0.1' | false
+ '169.254.0.0' | false
end
with_them do