Skip to content

Commit ce7fc72

Browse files
committed
@pcrespov remove comment
1 parent 7ed533a commit ce7fc72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/service-library/tests/aiohttp/test_monitoring.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ async def test_setup_monitoring(client: TestClient):
8989
response = await client.get("/metrics")
9090
assert response.status == status.HTTP_200_OK
9191
metrics_as_text = await response.text()
92-
# metrics_as_text = metrics_as_text.lstrip("'").lstrip("'")
9392
_assert_metrics_contain_entry(
9493
metrics_as_text,
9594
metric_name="http_requests",

0 commit comments

Comments
 (0)