summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_cel.c b/tests/test_cel.c
index 791a73c6c..501b99fab 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;
}