Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 authored and mnaser committed Jun 30, 2023
1 parent f0295b2 commit 4acf2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions magnum_cluster_api/tests/unit/test_helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def test_helm_upgrade(mocker):
namespace,
release_name,
),
# Note(okozachenko1203): call().__str__() is converted to call() so used tuple here.
# mocker.call is unittest.mock._Call class alias, and _Call is a subclass of tuple.
(("().stdout.__str__", (), {})),
mocker.call(
"helm",
Expand Down

0 comments on commit 4acf2f9

Please sign in to comment.