mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Merge branch 'fix_health_check_type' into 'master'
Fix minor typos in admin health check page Fix minor typos from gitlab-org/gitlab-ce!3888 cc/ @DouweM @twk3 See merge request !4134
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
= icon('refresh')
|
||||
Reset health check access token
|
||||
%p.light
|
||||
Health information can be reteived as plain text, json, or xml using:
|
||||
Health information can be retrieved as plain text, JSON, or XML using:
|
||||
%ul
|
||||
%li
|
||||
%code= health_check_url(token: current_application_settings.health_check_access_token)
|
||||
|
||||
@@ -13,7 +13,7 @@ feature "Admin Health Check", feature: true do
|
||||
end
|
||||
|
||||
it { page.has_text? 'Health Check' }
|
||||
it { page.has_text? 'Health information can be reteived' }
|
||||
it { page.has_text? 'Health information can be retrieved' }
|
||||
|
||||
it 'has a health check access token' do
|
||||
token = current_application_settings.health_check_access_token
|
||||
|
||||
Reference in New Issue
Block a user