Skip to content

Commit 93441d2

Browse files
[fix] Fixed test_common.py unit test (#70)
1 parent ac7eba2 commit 93441d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_common_exporter_logic():
8282

8383
def test_process_default_yaml_properties_file():
8484
with open("./tests/test_data/common-properties-v0.1.yml", "r") as yml_file:
85-
default_kpis, default_metrics, exporter_timemetric_path = process_default_yaml_properties_file({},{},"1.yml",None,yml_file)
85+
default_kpis, default_metrics, exporter_timemetric_path = process_default_yaml_properties_file(None,None,"1.yml",None,yml_file)
8686
assert exporter_timemetric_path == "$.StartTime"
8787
assert default_kpis is None
8888

0 commit comments

Comments
 (0)