diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2018-08-06 15:44:23 +0000 |
---|---|---|
committer | Bob Van Landuyt <bob@gitlab.com> | 2018-08-06 15:44:23 +0000 |
commit | e96862f2110a3ec35fd4a6a220c99d93879b1ac5 (patch) | |
tree | 98978a54192e6e22bfd4d5ec25e7498fcaeb999e /spec/requests/api/settings_spec.rb | |
parent | 415b2f943ba80ef3b6746af0a98c6dbe062e803c (diff) | |
download | gitlab-ce-e96862f2110a3ec35fd4a6a220c99d93879b1ac5.tar.gz |
Revert "Merge branch 'bvl-instance-stats-default' into 'master'"revert-77c75d2b
This reverts merge request !21044
Diffstat (limited to 'spec/requests/api/settings_spec.rb')
-rw-r--r-- | spec/requests/api/settings_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/settings_spec.rb b/spec/requests/api/settings_spec.rb index 9a662c21354..3e0f47b84a1 100644 --- a/spec/requests/api/settings_spec.rb +++ b/spec/requests/api/settings_spec.rb @@ -25,7 +25,7 @@ describe API::Settings, 'Settings' do expect(json_response['ed25519_key_restriction']).to eq(0) expect(json_response['circuitbreaker_failure_count_threshold']).not_to be_nil expect(json_response['performance_bar_allowed_group_id']).to be_nil - expect(json_response['instance_statistics_visibility_private']).to be(true) + expect(json_response['instance_statistics_visibility_private']).to be(false) expect(json_response).not_to have_key('performance_bar_allowed_group_path') expect(json_response).not_to have_key('performance_bar_enabled') end |