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 ae5e68c commit b7b0a97Copy full SHA for b7b0a97
tests/e2e/test_client.py
@@ -661,4 +661,4 @@ async def test_unary_error(test_session: Session) -> None:
661
with pytest.raises(Exception) as ex:
662
await cache.put("a", d)
663
664
- assert "Could not deserialize" in str(ex.value)
+ assert ("Could not deserialize" in str(ex.value)) or ("Failed to deserialize" in str(ex.value))
0 commit comments