Skip to content

Commit

Permalink
Add integration test password for exits
Browse files Browse the repository at this point in the history
This was preventing the ops side integration
tests checkins from working.
  • Loading branch information
ch-iara committed Mar 26, 2024
1 parent f1aefde commit c56b3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c56b3b8

Please sign in to comment.