Skip to content

Commit 3bea8ba

Browse files
Andrew SasmitoAndrew Sasmito
authored andcommitted
Fixed the outputs
1 parent a9002c1 commit 3bea8ba

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.adoc

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ Try to access the `/health` endpoint again by visiting the http://localhost:9080
281281
[source, JSON, role="no_copy"]
282282
----
283283
{
284-
"checks":[],
285-
"status":"UP"
284+
"status":"UP",
285+
"checks":[]
286286
}
287287
----
288288

@@ -355,20 +355,20 @@ Access the `/health` endpoint again by going to the http://localhost:9080/health
355355

356356
[source, JSON, role="no_copy"]
357357
----
358-
{
359-
"checks":[
360-
{
361-
"data":{},
362-
"name":"SystemResource Readiness Check",
363-
"status":"UP"
364-
},
365-
{
366-
"data":{},
367-
"name":"SystemResource Liveness Check",
368-
"status":"UP"
369-
}
370-
],
371-
"status":"UP"
358+
{
359+
"status": "UP",
360+
"checks": [
361+
{
362+
"name": "SystemResource Liveness Check",
363+
"status": "UP",
364+
"data": {}
365+
},
366+
{
367+
"name": "SystemResource Readiness Check",
368+
"status": "UP",
369+
"data": {}
370+
}
371+
]
372372
}
373373
----
374374

0 commit comments

Comments
 (0)