Skip to content

Commit 8adb9c3

Browse files
authored
Updated alert creation following common-utils PR 584. (#837)
Signed-off-by: AWSHurneyt <[email protected]>
1 parent ea3dc80 commit 8adb9c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/opensearch/securityanalytics/alerts/AlertingServiceTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public void testGetAlerts_success() {
108108
List.of(),
109109
3,
110110
null,
111+
null,
111112
null
112113
);
113114

@@ -141,6 +142,7 @@ public void testGetAlerts_success() {
141142
List.of(),
142143
3,
143144
null,
145+
null,
144146
null
145147
);
146148

0 commit comments

Comments
 (0)