File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -399,13 +399,13 @@ include::finish/src/test/java/it/io/openliberty/guides/health/HealthIT.java[]
399
399
400
400
Let's break down the test cases:
401
401
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
403
403
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
405
405
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
407
407
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
409
409
in maintenance by setting the [hotspot=3 file=1]`io_openliberty_guides_inventory_inMaintenance`
410
410
property to `true` and comparing the generated health report with the actual status of
411
411
the services.
You can’t perform that action at this time.
0 commit comments