Skip to content

Commit

Permalink
Update src/middlewared/middlewared/pytest/unit/utils/test_limits.py
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin authored Jan 13, 2025
1 parent c5da1a0 commit a126bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test__invalid_type__list():
with pytest.raises(ValueError) as ve:
limits.parse_message(True, json.dumps([]))

assert ve.value.args[0] == "Batch messages are not supported yet"
assert ve.value.args[0] == "Batch messages are not supported at this time"

0 comments on commit a126bdc

Please sign in to comment.