fix rest-queued tests: works on my machine TM
cargo devel CI / cargo CI (push) Failing after 2m19s Details

This commit is contained in:
Christoph J. Scherr 2024-06-24 15:21:51 +02:00
parent 893be00fd6
commit e3c0bde063
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ mod test {
reply::{Json, Reply}, reply::{Json, Reply},
}; };
use std::convert::From;
use std::str::FromStr; use std::str::FromStr;
#[tokio::test] #[tokio::test]