diff --git a/pkg/utils.py b/pkg/utils.py index 07f884e..b38054c 100644 --- a/pkg/utils.py +++ b/pkg/utils.py @@ -232,7 +232,7 @@ def get_index_and_ids(metadata, uuids, match, baseline): index_map={"k8s-netperf":"k8s-netperf", "ingress-perf":"ingress-performance", } - if metadata["benchmark.keyword"] in index_map.keys(): + if metadata["benchmark.keyword"] in index_map: return index_map[metadata["benchmark.keyword"]], uuids index = "ripsaw-kube-burner" if baseline == "":