test: improve deterministic unit test coverage

This commit is contained in:
chengyongru
2026-06-04 19:41:32 +08:00
committed by Xubin Ren
parent 87bd56468c
commit 24e56fcf07
27 changed files with 279 additions and 213 deletions
+2 -1
View File
@@ -851,10 +851,11 @@ async def test_validate_inbound_auth_accepts_observed_botframework_shape(make_ch
headers={"kid": jwk["kid"]},
)
await ch._validate_inbound_auth(
result = await ch._validate_inbound_auth(
f"Bearer {token}",
{"serviceUrl": service_url},
)
assert result is None
@pytest.mark.asyncio