pull/146/head
Chip Senkbeil 2 years ago
parent c17ea54cd0
commit ecc86cf8a4
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -650,6 +650,9 @@ mod tests {
// Fail verification using the dummy handler that will fail when asked for a static key
t1.authenticate(DummyAuthHandler).await.unwrap_err();
// Drop the transport so we kill the server-side connection
drop(t1);
// Server should fail
task.await.unwrap_err();
}

Loading…
Cancel
Save