Skip to content

Commit 4fcf437

Browse files
committed
comment
1 parent 91c8ff3 commit 4fcf437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/generic_config_updater/gu_common_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_validate_field_operation_legal__pfcwd(self):
7575
config_wrapper = gu_common.ConfigWrapper()
7676
config_wrapper.validate_field_operation(old_config, target_config)
7777

78-
def test_validate_field_operation_legal__loopback0(self):
78+
def test_validate_field_operation_legal__rm_loopback1(self):
7979
old_config = {
8080
"LOOPBACK_INTERFACE": {
8181
"Loopback0": {},
@@ -99,7 +99,7 @@ def test_validate_field_operation_illegal__pfcwd(self):
9999
config_wrapper = gu_common.ConfigWrapper()
100100
self.assertRaises(gu_common.IllegalPatchOperationError, config_wrapper.validate_field_operation, old_config, target_config)
101101

102-
def test_validate_field_operation_illegal__loopback0(self):
102+
def test_validate_field_operation_illegal__rm_loopback0(self):
103103
old_config = {
104104
"LOOPBACK_INTERFACE": {
105105
"Loopback0": {},

0 commit comments

Comments
 (0)