Skip to content

Commit 9cf9444

Browse files
authored
Merge pull request #149 from OpenLiberty/qa
Update README.adoc (#148)
2 parents 28ab369 + 7916dbd commit 9cf9444

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -399,13 +399,13 @@ include::finish/src/test/java/it/io/openliberty/guides/health/HealthIT.java[]
399399

400400
Let's break down the test cases:
401401

402-
- The [hotspot=testIfServicesAreUp file=0]`testIfServicesAreUp()` test case compares the generated health report
402+
* The [hotspot=testIfServicesAreUp file=0]`testIfServicesAreUp()` test case compares the generated health report
403403
with the actual status of the services.
404-
- The [hotspot=testReadiness file=0]`testReadiness()` test case compares the generated health report for the
404+
* The [hotspot=testReadiness file=0]`testReadiness()` test case compares the generated health report for the
405405
readiness checks with the actual status of the services.
406-
- The [hotspot=testLiveness file=0]`testLiveness()` test case compares the generated health report for the
406+
* The [hotspot=testLiveness file=0]`testLiveness()` test case compares the generated health report for the
407407
liveness checks with the actual status of the services.
408-
- The [hotspot=testIfInventoryServiceIsDown file=0]`testIfInventoryServiceIsDown()` test case puts the `inventory` service
408+
* The [hotspot=testIfInventoryServiceIsDown file=0]`testIfInventoryServiceIsDown()` test case puts the `inventory` service
409409
in maintenance by setting the [hotspot=3 file=1]`io_openliberty_guides_inventory_inMaintenance`
410410
property to `true` and comparing the generated health report with the actual status of
411411
the services.

0 commit comments

Comments
 (0)