From 6decc7782f534b71143db6b53332058eb4800a85 Mon Sep 17 00:00:00 2001 From: Chiara Seim Date: Mon, 25 Mar 2024 17:26:39 -0700 Subject: [PATCH] Add integration test password for exits This was preventing the ops side integration tests checkins from working. --- integration_tests/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/src/config.rs b/integration_tests/src/config.rs index 5284a2943..4e3e7a093 100644 --- a/integration_tests/src/config.rs +++ b/integration_tests/src/config.rs @@ -128,7 +128,7 @@ pub fn generate_exit_config_file(path: String) -> Result<(), KernelInterfaceErro wg_private_key = \"ALxcZm2r58gY0sB4vIfnjShc86qBoVK3f32H9VrwqWU=\"\n wg_private_key_path = \"/tmp/exit-priv\"\n registered_users_contract_addr = \"0xb9b674D720F96995ca033ec347df080d500c2230\"\n - pass = \"Some pass here\"\n" + pass = \"testpass\"\n" .to_string(); lines.push(exit_network);