From 537e85370663ef96665c69ceed93b7b8770d499c Mon Sep 17 00:00:00 2001 From: prplV Date: Fri, 6 Dec 2024 14:52:43 +0300 Subject: [PATCH] fixed test --- noxis-rs/src/utils/hagent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxis-rs/src/utils/hagent.rs b/noxis-rs/src/utils/hagent.rs index 216f24b..79e7dfc 100644 --- a/noxis-rs/src/utils/hagent.rs +++ b/noxis-rs/src/utils/hagent.rs @@ -71,7 +71,7 @@ async fn ha_send_data(socket: &UnixStream, data: &str) -> Result<(), Error > { #[cfg(test)] mod hagent_unittets { use super::*; - const TEST_SOCKET: &str = "./tests/examples/hagent/hagent_test.sock"; + const TEST_SOCKET: &str = "./tests/examples/hagent_test.sock"; async fn init_listener() -> UnixListener { let _ = std::fs::remove_file(TEST_SOCKET);