fixes from review

This commit is contained in:
mpostma 2021-03-08 13:51:33 +01:00
parent 944a5bb36e
commit e9b90d5380
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
3 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,6 @@ async fn get_settings_unexisting_index() {
assert_eq!(code, 400)
}
// test broken, should be fixed with milli#101
#[actix_rt::test]
async fn get_settings() {
let server = Server::new().await;