(self)
| 109 | await self.validate_metrics("requests", "Number of requests", 5) |
| 110 | |
| 111 | async def test_report_metrics_4(self): |
| 112 | await self.validate_metrics("failed_requests", "Number of failed requests", 7) |
| 113 | |
| 114 | async def test_gzip(self): |
| 115 | # Increment a metric. |
nothing calls this directly
no test coverage detected