We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed533a commit ce7fc72Copy full SHA for ce7fc72
packages/service-library/tests/aiohttp/test_monitoring.py
@@ -89,7 +89,6 @@ async def test_setup_monitoring(client: TestClient):
89
response = await client.get("/metrics")
90
assert response.status == status.HTTP_200_OK
91
metrics_as_text = await response.text()
92
- # metrics_as_text = metrics_as_text.lstrip("'").lstrip("'")
93
_assert_metrics_contain_entry(
94
metrics_as_text,
95
metric_name="http_requests",
0 commit comments