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

This commit is contained in:
Christoph J. Scherr 2024-06-24 15:21:51 +02:00
parent 893be00fd6
commit e3c0bde063

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]