diff --git a/wren-core-py/tests/test_modeling_core.py b/wren-core-py/tests/test_modeling_core.py index 23b4bc21d..f506069e7 100644 --- a/wren-core-py/tests/test_modeling_core.py +++ b/wren-core-py/tests/test_modeling_core.py @@ -143,8 +143,8 @@ def test_get_available_functions(): [ ( None, - TypeError, - "argument 'mdl_base64': 'NoneType' object cannot be converted to 'PyString'", + Exception, + "Expected a valid base64 encoded string for the model definition, but got None.", ), ("xxx", Exception, "Base64 decode error: Invalid padding"), ("{}", Exception, "Base64 decode error: Invalid symbol 123, offset 0."),