From 27805a11487b9f8242300e067d6612b90c17b26a Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Sun, 3 Nov 2024 07:56:29 -0800 Subject: [PATCH] TEST: add missing assert!() --- src/bin/rrhttp.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/rrhttp.rs b/src/bin/rrhttp.rs index 174967b..b433b09 100644 --- a/src/bin/rrhttp.rs +++ b/src/bin/rrhttp.rs @@ -760,6 +760,7 @@ rules: req.body = Some(json!({ "Velocity": 75, })); + assert!(config.is_valid(&req)); } #[test]