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>2021-11-24 15:10:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-24 15:10:21 +0300
commit77b8390171a55d4593e3730551751d8348992f80 (patch)
tree61adcb066a34458a98dfbf90f0a8ce3420533a1a /spec/experiments
parent49cea0b04a1138a00cc7068c4c1a997867aeae88 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/experiments')
-rw-r--r--spec/experiments/application_experiment_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/experiments/application_experiment_spec.rb b/spec/experiments/application_experiment_spec.rb
index dda8ca66eee..de5328b31e4 100644
--- a/spec/experiments/application_experiment_spec.rb
+++ b/spec/experiments/application_experiment_spec.rb
@@ -263,6 +263,8 @@ RSpec.describe ApplicationExperiment, :experiment do
"https://badplace.com\nhttps://gitlab.com" | nil
'https://gitlabbcom' | nil
'https://gitlabbcom/' | nil
+ 'http://gdk.test/foo/bar' | 'http://gdk.test/foo/bar'
+ 'http://localhost:3000/foo/bar' | 'http://localhost:3000/foo/bar'
end
with_them do