Skip to content

Commit e1d02dc

Browse files
committedDec 17, 2024
Fail the test run if the global success percentage is not 100%
1 parent 033323e commit e1d02dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/java/org/openmrs/performance/simulations/OpenMRSClinic.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class OpenMRSClinic extends Simulation {
7474
setUp(populations)
7575
.protocols(httpProtocol)
7676
.assertions(
77-
global().successfulRequests().percent().gt(100.0)
77+
global().successfulRequests().percent().shouldBe(100.0)
7878
);
7979

8080
}

0 commit comments

Comments
 (0)
Failed to load comments.