Skip to content

Commit 4ed3db4

Browse files
committed
fix name
1 parent b5be1be commit 4ed3db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catalystwan/models/configuration/feature_profile/sdwan/uc_voice/digital_interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)