Skip to content

Commit

Permalink
test: update expected
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 committed Dec 3, 2024
1 parent f217fd8 commit efae0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wren-core-py/tests/test_modeling_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
Expand Down

0 comments on commit efae0ed

Please sign in to comment.