Skip to content

Commit

Permalink
represent call.__str__
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Jun 30, 2023
1 parent 967c1d7 commit 915968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/tests/unit/test_helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_helm_upgrade(mocker):
namespace,
release_name,
),
mocker.call().stdout.__str__(),
mocker.call(("().stdout.__str__", (), {})),
mocker.call(
"helm",
"upgrade",
Expand Down

0 comments on commit 915968f

Please sign in to comment.