diff --git a/tests/inbound.rs b/tests/inbound.rs index ce2f570..b7311ee 100644 --- a/tests/inbound.rs +++ b/tests/inbound.rs @@ -240,8 +240,7 @@ async fn concurrent_bgapi() -> core::result::Result<(), EslError> { #[tokio::test] #[timeout(30000)] async fn connected_status() -> Result<()> { - // let (_, addr) = mock_test_server().await?; - let addr = "localhost:8021"; + let (_, addr) = mock_test_server().await?; let inbound = Esl::inbound(addr, "ClueCon").await?; assert!(inbound.connected()); Ok(())