pierresouchay / consul-rust

Rust client libray for Consul HTTP API
Apache License 2.0
93 stars 48 forks source link

Test kv get after put #48

Closed tomers closed 3 years ago

tomers commented 3 years ago

The test added here is broken:

running 1 test
test kv_test ... FAILED

failures:

---- kv_test stdout ----
thread 'kv_test' panicked at 'assertion failed: `(left == right)`
  left: `"\"testvalue\""`,
 right: `"testvalue"`', tests/kv.rs:23:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace