Skip to content

Commit e07cd19

Browse files
committed
Fix anomanyzer test
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 3f128a1 commit e07cd19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ppl/src/test/java/org/opensearch/sql/ppl/utils/PPLQueryDataAnonymizerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ public void testReverseCommand() {
255255
@Test
256256
public void testTimechartCommand() {
257257
assertEquals(
258-
"source=table | timechart limit=*** useother=*** count() by span(identifier, *** m)"
259-
+ " identifier",
258+
"source=table | timechart count() by span(identifier, *** m) identifier",
260259
anonymize("source=t | timechart count() by host"));
261260
}
262261

0 commit comments

Comments
 (0)