File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ fn ui_requests_something_and_gets_corresponding_response_integration() {
3030 Some (
3131 CommandConfig :: new ( )
3232 . pair ( "--ui-port" , & port. to_string ( ) )
33+ . pair ( "--neighborhood-mode" , "standard" )
3334 . pair (
3435 "--data-directory" ,
3536 home_dir. into_os_string ( ) . to_str ( ) . unwrap ( ) ,
@@ -64,6 +65,7 @@ fn log_broadcasts_are_correctly_received_integration() {
6465 Some (
6566 CommandConfig :: new ( )
6667 . pair ( "--ui-port" , & port. to_string ( ) )
68+ . pair ( "--neighborhood-mode" , "standard" )
6769 . pair ( "--chain" , "polygon-mainnet" ) ,
6870 ) ,
6971 true ,
@@ -209,7 +211,8 @@ fn cleanup_after_deceased_clients_integration() {
209211 Some (
210212 CommandConfig :: new ( )
211213 . pair ( "--chain" , DEFAULT_CHAIN . rec ( ) . literal_identifier )
212- . pair ( "--ui-port" , & port. to_string ( ) ) ,
214+ . pair ( "--ui-port" , & port. to_string ( ) )
215+ . pair ( "--neighborhood-mode" , "standard" ) ,
213216 ) ,
214217 true ,
215218 true ,
You can’t perform that action at this time.
0 commit comments