From d7dd8bd5c1a1083c0546391a6d9aadc155df5e8e Mon Sep 17 00:00:00 2001 From: Ian Letourneau Date: Mon, 8 Sep 2025 11:51:16 -0400 Subject: [PATCH] remove missing file for config tests --- opnsense-config/src/config/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/opnsense-config/src/config/config.rs b/opnsense-config/src/config/config.rs index a4701cb..3cff3de 100644 --- a/opnsense-config/src/config/config.rs +++ b/opnsense-config/src/config/config.rs @@ -235,7 +235,6 @@ mod tests { "src/tests/data/config-full-25.7.xml", "src/tests/data/config-full-25.7-dummy-dnsmasq-options.xml", "src/tests/data/config-25.7-dnsmasq-static-host.xml", - "src/tests/data/config-wk1-20250903.xmlDONOTCOMMIT", ] { let mut test_file_path = PathBuf::from(env!("CARGO_MANIFEST_DIR")); test_file_path.push(path);