Fix concurrency bug while testing

This commit is contained in:
2022-01-17 17:09:54 +01:00
parent 29b5f84d92
commit 00ead3f73d
9 changed files with 67 additions and 44 deletions

View File

@@ -33,5 +33,5 @@ lazy_static = "1.4.0"
tracing-bunyan-formatter = "0.3.2"
[dev-dependencies]
once_cell = "1.0"
reqwest = { version = "0.11.0", features = ["json"] }
rstest = "0.12.0"