From 3d6c4a5b85ce1f285e00bfc4fef7b4ba47ada370 Mon Sep 17 00:00:00 2001 From: Nabil Salah Date: Thu, 8 Aug 2024 21:22:37 +0300 Subject: [PATCH] Added unit tests in pkg/es/config (#5806) ## Which problem is this PR solving? partially fixes: #5068 ## Description of the changes - This commit adds tests for the `pkg/es/config` package. ## How was this change tested? - `make test` ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` Signed-off-by: nabil salah Co-authored-by: Yuri Shkuro --- jaeger-ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaeger-ui b/jaeger-ui index 3b093f81dec5..1704a9a66ae7 160000 --- a/jaeger-ui +++ b/jaeger-ui @@ -1 +1 @@ -Subproject commit 3b093f81dec59c6bb04daad96b1b77bd03a29e4a +Subproject commit 1704a9a66ae780ec6bb2f524116176aa9c8a23f8