1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 00:14:58 +02:00

fix ssl test

This commit is contained in:
Rob Ede
2021-03-08 20:51:50 +00:00
parent 95130fcfd0
commit effacf8fc8
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ fn ssl_acceptor() -> SslAcceptorBuilder {
builder.set_certificate(&cert).unwrap();
builder.set_private_key(&key).unwrap();
Ok(builder)
builder
}
#[actix_rt::test]