update relevant changes from master

This commit is contained in:
mpostma 2021-03-10 14:43:10 +01:00
parent 5ecf514d28
commit 0cd8869349
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
16 changed files with 276 additions and 26 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");