diff --git a/tests/test_cel.c b/tests/test_cel.c index 791a73c6c8b0548cab0ec4f49c23a1471b9d6b8f..501b99fab1d054bc0219a1cb8fb0b1120871ae3a 100644 --- a/tests/test_cel.c +++ b/tests/test_cel.c @@ -1856,6 +1856,10 @@ static int match_ie_val( return !strcmp(str1, str2); } + case AST_EVENT_IE_PLTYPE_RAW: + case AST_EVENT_IE_PLTYPE_BITFLAGS: + /* Fall through: just pass on these types */ + return 1; default: break; }