diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-10 00:08:32 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-10 00:08:32 +0000 |
commit | 537882ad400c403ff43a5db802f9756cb81286e4 (patch) | |
tree | 26e93ea1985b0f5cdf74eb6e7799eca7faa8e998 /spec/requests/api/settings_spec.rb | |
parent | b296ffa543e23f57fa2692539e6f0028c59e2203 (diff) | |
download | gitlab-ce-537882ad400c403ff43a5db802f9756cb81286e4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/api/settings_spec.rb')
-rw-r--r-- | spec/requests/api/settings_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/requests/api/settings_spec.rb b/spec/requests/api/settings_spec.rb index 5f19399d359..356a3d8d2d7 100644 --- a/spec/requests/api/settings_spec.rb +++ b/spec/requests/api/settings_spec.rb @@ -236,8 +236,7 @@ RSpec.describe API::Settings, 'Settings' do snowplow_collector_hostname: "snowplow.example.com", snowplow_cookie_domain: ".example.com", snowplow_enabled: true, - snowplow_app_id: "app_id", - snowplow_iglu_registry_url: 'https://example.com' + snowplow_app_id: "app_id" } end |