Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Jan 9, 2025
1 parent 7100aaf commit 54d0b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/tests/test-blockbreaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_dump_json_mvparams_object(self, load_json_file):

"""Test if dump_json returns the correct json block from mv-params for uperf"""
@pytest.mark.parametrize("load_json_file",
[ "input-multibench-k8s-remotehost.json" ], indirect=True)
[ "input-multibench-k8s-remotehosts.json" ], indirect=True)
def test_dump_json_mvparams_index1(self, load_json_file):
assert type(load_json_file) == dict
benchmark_blk = blockbreaker.get_mv_params(load_json_file, "uperf")
Expand Down

0 comments on commit 54d0b8b

Please sign in to comment.