test: fix recipe and audio tests to avoid side effects (#6231)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2025-12-23 10:26:34 +08:00
committed by GitHub
parent 5ca7eb2305
commit 2f876725d3
8 changed files with 186 additions and 187 deletions
Generated
+8
View File
@@ -2453,6 +2453,12 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "env-lock"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2afbd3cff67810192b5bdb76b77feff72775314d41195c1d779bc92e0e83285d"
[[package]]
name = "env_filter"
version = "0.1.3"
@@ -3090,6 +3096,7 @@ dependencies = [
"dashmap",
"dirs 5.0.1",
"dotenvy",
"env-lock",
"etcetera 0.11.0",
"fs2",
"futures",
@@ -3308,6 +3315,7 @@ dependencies = [
"chrono",
"clap",
"config",
"env-lock",
"fs2",
"futures",
"goose",