1 2 3 4 5 6 7 8 9
//! Tests for webhook module. use super::*; #[test] fn test_module_exports_signature_validator() { // Verify SignatureValidator is accessible from module root let _type_check: Option<SignatureValidator> = None; }