Skip to content

Commit b9cac1f

Browse files
committed
fix Unit test
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
1 parent a28fdb5 commit b9cac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/workload-management/src/test/java/org/opensearch/plugin/wlm/AutoTaggingActionFilterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void tearDown() throws Exception {
5252
}
5353

5454
public void testOrder() {
55-
assertEquals(101, autoTaggingActionFilter.order());
55+
assertEquals(Integer.MAX_VALUE, autoTaggingActionFilter.order());
5656
}
5757

5858
public void testApplyForValidRequest() {

0 commit comments

Comments
 (0)