Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandoro committed Feb 16, 2024
1 parent 2f570f0 commit 782a938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/operators/test_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ def test_dbt_kubernetes_operator_execute(mock_build_kube_args, base_operator, mo
project_dir="my/dir",
)
operator.execute(context={})
# Assert that the build_command method was called in the execution
# Assert that the build_kube_args method was called in the execution
mock_build_kube_args.assert_called_once()
# Assert that the docker execute method was called in the execution
# Assert that the kubernetes execute method was called in the execution
mock_kubernetes_execute.assert_called_once()
assert mock_kubernetes_execute.call_args.args[-1] == {}

Expand Down

0 comments on commit 782a938

Please sign in to comment.