restore test

This commit is contained in:
mpostma 2021-02-24 13:35:56 +01:00
parent 4552c42f88
commit 7d2ae9089e
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
2 changed files with 5 additions and 12 deletions

View file

@ -50,9 +50,7 @@ async fn list_no_updates() {
assert!(response.as_array().unwrap().is_empty());
}
// TODO: fix #32
#[actix_rt::test]
#[ignore]
async fn list_updates() {
let server = Server::new().await;
let index = server.index("test");