From 9748c274d435a0a092f456e7a3f5934929755ad8 Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Tue, 9 Apr 2024 14:22:54 -0400 Subject: [PATCH] updated unit tests Signed-off-by: Shashank Reddy Boyapally --- fmatch/tests/test_matcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmatch/tests/test_matcher.py b/fmatch/tests/test_matcher.py index 6b7d51b..44a527a 100644 --- a/fmatch/tests/test_matcher.py +++ b/fmatch/tests/test_matcher.py @@ -78,7 +78,7 @@ def test_get_uuid_by_metadata(matcher_instance): def test_match_kube_burner(matcher_instance): - result = matcher_instance.match_kube_burner(["uuid1"]) + result = matcher_instance.match_kube_burner(["uuid1"],index="ospst-*") expected = [ {"uuid": "uuid1", "field1": "value1"}, {"uuid": "uuid2", "field1": "value2"},