Skip to content

Commit 1269265

Browse files
committed
test
1 parent 1c3c883 commit 1269265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/resiliency_tests.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ mod tests {
8989
.build()
9090
.unwrap();
9191

92+
println!("test_set_multi_succeeds_with_clean_client");
93+
println!("TOXIPROXY_URL: {}", std::env::var("TOXIPROXY_URL").unwrap());
94+
9295
let keys = vec!["clean-key1", "clean-key2", "clean-key3"];
9396
let values = vec!["value1", "value2", "value3"];
9497
let kv: Vec<(&str, &str)> = keys.clone().into_iter().zip(values).collect();

0 commit comments

Comments
 (0)