Skip to content

Commit

Permalink
updated unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <sboyapal@redhat.com>
  • Loading branch information
shashank-boyapally committed Apr 9, 2024
1 parent 23b13ff commit 9748c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmatch/tests/test_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 9748c27

Please sign in to comment.