Chore: improve tests

This commit is contained in:
Denis Benato
2025-11-06 15:34:30 +01:00
parent ad051bd7b8
commit a1815ac40c
6 changed files with 447 additions and 23 deletions

View File

@@ -77,11 +77,14 @@ async fn start_daemon() -> Result<(), Box<dyn Error>> {
let power = AsusPower::new()?; // TODO: maybe needs async mutex?
let attributes = FirmwareAttributes::new();
let armoury_registry = match start_attributes_zbus(
&server,
Some(&server),
platform.clone(),
power.clone(),
attributes.clone(),
config.clone(),
true,
None,
None,
)
.await
{