test: remove no-op flags in preparation of cleaning upstream

This commit is contained in:
David
2024-10-16 15:01:03 +02:00
parent a671fe13d4
commit 0b98fbe960
2 changed files with 0 additions and 6 deletions

View File

@@ -62,9 +62,6 @@ class TaxRule(Document):
use_for_shopping_cart: DF.Check
# end: auto-generated types
def __setup__(self):
self.flags.ignore_these_exceptions_in_test = [ConflictingTaxRule]
def validate(self):
self.validate_tax_template()
self.validate_from_to_dates("from_date", "to_date")

View File

@@ -37,9 +37,6 @@ class ItemAttribute(Document):
to_range: DF.Float
# end: auto-generated types
def __setup__(self):
self.flags.ignore_these_exceptions_in_test = [InvalidItemAttributeValueError]
def validate(self):
frappe.flags.attribute_values = None
self.validate_numeric()