review edits

This commit is contained in:
ad hoc 2022-03-07 14:21:44 +01:00
parent b57c59baa4
commit 0026410c61
No known key found for this signature in database
GPG Key ID: 4F00A782990CC643

View File

@ -91,7 +91,6 @@ async fn error_access_expired_key() {
thread::sleep(time::Duration::new(1, 0)); thread::sleep(time::Duration::new(1, 0));
for (method, route) in AUTHORIZATIONS.keys() { for (method, route) in AUTHORIZATIONS.keys() {
dbg!(route);
let (response, code) = server.dummy_request(method, route).await; let (response, code) = server.dummy_request(method, route).await;
assert_eq!(response, INVALID_RESPONSE.clone()); assert_eq!(response, INVALID_RESPONSE.clone());