Skip to content

Commit d151d69

Browse files
committed
Merge remote-tracking branch 'base/202411' into code-sync-202412
2 parents 42d0124 + f679a67 commit d151d69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/sonic_xcvr/test_cmis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3010,7 +3010,7 @@ def test_set_application(self):
30103010
'ConfigStatusLane5': 'ConfigSuccess',
30113011
'ConfigStatusLane6': 'ConfigSuccess',
30123012
'ConfigStatusLane7': 'ConfigSuccess',
3013-
'ConfigStatusLane8': 'ConfigSuccess'
3013+
'ConfigStatusLane8': 'ConfigSuccess'
30143014
} )
30153015
])
30163016
def test_decommission_all_datapaths(self, datapath_state, config_state):
@@ -3152,7 +3152,7 @@ def test_get_error_description(self):
31523152

31533153
result = self.api.get_error_description()
31543154
assert result is 'OK'
3155-
3155+
31563156
self.api.get_config_datapath_hostlane_status.return_value = {
31573157
'ConfigStatusLane1': 'ConfigRejected',
31583158
'ConfigStatusLane2': 'ConfigRejected',
@@ -3165,7 +3165,7 @@ def test_get_error_description(self):
31653165
}
31663166
result = self.api.get_error_description()
31673167
assert result is 'ConfigRejected'
3168-
3168+
31693169
self.api.get_datapath_state.return_value = {
31703170
'DP1State': 'DataPathDeactivated',
31713171
'DP2State': 'DataPathActivated',

0 commit comments

Comments
 (0)