Fix missing type for tests

This was introduced by the changes in commit e204e79.
This commit is contained in:
Paul van Tilburg 2022-05-10 15:47:03 +02:00
parent 769f0745c8
commit fc4672328f
Signed by untrusted user: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ mod tests {
use assert_float_eq::*;
use assert_matches::assert_matches;
use image::{DynamicImage, Rgba, RgbaImage};
use rocket::http::Status;
use rocket::http::{ContentType, Status};
use rocket::local::blocking::Client;
use rocket::serde::json::Value as JsonValue;