File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -651,8 +651,7 @@ def test_validate():
651651 external_dictionaries = ExternalDictionariesContainer ({})
652652 rules = []
653653 local_rules = None
654- local_rules_cache = False
655- local_rules_id = None
654+ custom_standard = False
656655 progress = ProgressParameterOptions .BAR .value
657656 define_xml_path = None
658657 validate_xml = False
@@ -675,8 +674,7 @@ def test_validate():
675674 external_dictionaries ,
676675 rules ,
677676 local_rules ,
678- local_rules_cache ,
679- local_rules_id ,
677+ custom_standard ,
680678 progress ,
681679 define_xml_path ,
682680 validate_xml ,
@@ -702,8 +700,7 @@ def test_validate():
702700 external_dictionaries ,
703701 rules ,
704702 local_rules ,
705- local_rules_cache ,
706- local_rules_id ,
703+ custom_standard ,
707704 progress ,
708705 define_xml_path ,
709706 validate_xml ,
You can’t perform that action at this time.
0 commit comments