fix rest-queued tests: works on my machine TM

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},
};
use std::convert::From;
use std::str::FromStr;
#[tokio::test]