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 05f796b commit 6a364f2Copy full SHA for 6a364f2
tests/server/apps/jsonrpc/test_jsonrpc_app.py
@@ -92,7 +92,7 @@ def test_jsonrpc_app_build_method_abstract_raises_typeerror(
92
# This will fail at definition time if an abstract method is not implemented
93
with pytest.raises(
94
TypeError,
95
- match="Can't instantiate abstract class IncompleteJSONRPCApp with abstract method build",
+ match=".*abstract class IncompleteJSONRPCApp .* abstract method '?build'?",
96
):
97
98
class IncompleteJSONRPCApp(JSONRPCApplication):
0 commit comments