File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
catalystwan/models/configuration/feature_profile/sdwan/uc_voice Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -362,10 +362,10 @@ class DigitalInterfaceParcel(_ParcelBase):
362362 @model_validator (mode = "after" )
363363 def validate (self ):
364364 if self .voice_interface_templates and "E1" in self .voice_interface_templates .value :
365- check_for = VALIDATION_DIGITAL_INTERFCATE_VIT_E1_BASIC_SETTINGS_REQUIREMENTS
365+ check_for = VALIDATION_DIGITAL_INTERFACE_VIT_E1_BASIC_SETTINGS_REQUIREMENTS
366366 template_type = "E1"
367367 else :
368- check_for = VALIDATION_DIGITAL_INTERFCATE_VIT_T1_BASIC_SETTINGS_REQUIREMENTS
368+ check_for = VALIDATION_DIGITAL_INTERFACE_VIT_T1_BASIC_SETTINGS_REQUIREMENTS
369369 template_type = "T1"
370370
371371 validate_basic_settings_values (self .basic_settings , check_for , template_type )
You can’t perform that action at this time.
0 commit comments