File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments