fix tests

This commit is contained in:
Graham McIntire 2026-02-04 17:29:19 -06:00
parent f454a1f7ea
commit 55d55a2c86
No known key found for this signature in database

View file

@ -112,6 +112,7 @@ mod tests {
version: "2c".to_string(),
community: SecretString::new("public"),
v3_config: None,
transport: "udp".to_string(),
};
// Create a poller
@ -132,6 +133,7 @@ mod tests {
version: "2c".to_string(),
community: SecretString::new("public"),
v3_config: None,
transport: "udp".to_string(),
};
let poller = DevicePoller::spawn("test-device".to_string(), config.clone());