Skip to content

Commit 9bd5ffa

Browse files
committed
fixing integration tests
1 parent 69bfc4c commit 9bd5ffa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

node/tests/ui_gateway_test.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)