Skip to content

Commit 4a76fdd

Browse files
committed
Fix PrometheusSinkServiceTest
Signed-off-by: Krishna Kondaka <krishkdk@amazon.com>
1 parent 9dbab39 commit 4a76fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-prepper-plugins/prometheus-sink/src/test/java/org/opensearch/dataprepper/plugins/sink/prometheus/service/PrometheusSinkServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class PrometheusSinkServiceTest {
5858
" max_events: 2\n" +
5959
" flush_interval: 10\n"+
6060
" connection_timeout: 10\n"+
61-
" out_of_order_window: 0\n" +
61+
" out_of_order_time_window: 0\n" +
6262
" idle_timeout: 10\n"+
6363
" aws:\n" +
6464
" region: \"us-east-2\"\n" +

0 commit comments

Comments
 (0)