fix web tests

This commit is contained in:
glyph 2021-10-25 18:42:58 +02:00
parent 389c90771f
commit 8d80be5848
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ use std::io::Read;
use rocket::http::{ContentType, Status};
use rocket::local::Client;
use rocket_contrib::json;
use super::rocket;
use crate::json_api::build_json_response;