We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daf78b commit 55f9853Copy full SHA for 55f9853
src/tests/krate.rs
@@ -1294,10 +1294,6 @@ fn owners_can_remove_self() {
1294
let r: R = ::json(&mut response);
1295
assert_eq!(r.users.len(), 1);
1296
1297
- let mut response = ok_resp!(middle.call(req.with_method(Method::Get)));
1298
- let r: R = ::json(&mut response);
1299
- assert_eq!(r.users.len(), 1);
1300
-
1301
let body = r#"{"users":["secondowner"]}"#;
1302
let mut response = ok_resp!(middle.call(req.with_method(Method::Put).with_body(
1303
body.as_bytes(),
0 commit comments