From 396b398caf74ebfb519c5d9d6ee433449d607921 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Fri, 8 Nov 2024 15:15:02 -0800 Subject: [PATCH] Update test for bumped ONVIF dependency Signed-off-by: Kate Goldenring --- discovery-handlers/onvif/src/discovery_impl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery-handlers/onvif/src/discovery_impl.rs b/discovery-handlers/onvif/src/discovery_impl.rs index 61a907b03..3b6666cd2 100644 --- a/discovery-handlers/onvif/src/discovery_impl.rs +++ b/discovery-handlers/onvif/src/discovery_impl.rs @@ -179,7 +179,7 @@ pub mod util { /// Get SOAP probe message with a specific message id fn get_expected_probe_message(message_id: &str) -> String { format!( - "{}urn:schemas-xmlsoap-org:ws:2005:04:discoveryhttp://schemas.xmlsoap.org/ws/2005/04/discovery/Probenetwsdl:NetworkVideoTransmitter", + "{}urn:schemas-xmlsoap-org:ws:2005:04:discoveryhttp://schemas.xmlsoap.org/ws/2005/04/discovery/Probenetwsdl:NetworkVideoTransmitter", &message_id) }