We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4f550 commit 5f7f6abCopy full SHA for 5f7f6ab
1 file changed
spp_programs/tests/test_managers.py
@@ -1163,7 +1163,7 @@ def test_prepare_payments_no_approved_entitlements_returns_danger(self):
1163
# ------------------------------------------------------------------
1164
1165
def test_batch_tag_constraint_empty_tags_with_create_batch_raises(self):
1166
- """batch_tag_ids constraint must raise ValidationError when clearing tags on a manager with create_batch=True."""
+ """batch_tag_ids constraint raises ValidationError when clearing tags with create_batch=True."""
1167
manager = self.env["spp.program.payment.manager.default"].create(
1168
{
1169
"name": "Constraint Test Pay Manager [PAY MGR TEST]",
0 commit comments