Skip to content

Commit

Permalink
Fail the test run if the global success percentage is not 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Dec 17, 2024
1 parent 033323e commit e1d02dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class OpenMRSClinic extends Simulation {
setUp(populations)
.protocols(httpProtocol)
.assertions(
global().successfulRequests().percent().gt(100.0)
global().successfulRequests().percent().shouldBe(100.0)
);

}
Expand Down

0 comments on commit e1d02dc

Please sign in to comment.