()
| 120 | @pytest.mark.asyncio |
| 121 | @pytest.mark.flaky(reruns=3, reruns_delay=2) |
| 122 | async def test_peer_certificate(): |
| 123 | resp = await client.get("https://httpbin.org/anything") |
| 124 | assert resp.peer_certificate() is not None |
nothing calls this directly
no test coverage detected