diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-08 18:08:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-08 18:08:30 +0000 |
commit | 54943f1e68bd4e1951bf3d6c438acab8d783fc31 (patch) | |
tree | 7528e59c2fd305422f64c44c124ed2cda35b6cd2 /spec/requests/health_controller_spec.rb | |
parent | 8a7e48133fa53ea53107eafb4e71fbe72545588e (diff) | |
download | gitlab-ce-54943f1e68bd4e1951bf3d6c438acab8d783fc31.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/health_controller_spec.rb')
-rw-r--r-- | spec/requests/health_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/health_controller_spec.rb b/spec/requests/health_controller_spec.rb index ae15b63df19..83ec1565095 100644 --- a/spec/requests/health_controller_spec.rb +++ b/spec/requests/health_controller_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe HealthController do +RSpec.describe HealthController, feature_category: :database do include StubENV let(:token) { Gitlab::CurrentSettings.health_check_access_token } |