Skip to content

Commit

Permalink
test(providers/google): improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Feb 16, 2024
1 parent 55538db commit 639e693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/google/cloud/operators/test_kubernetes_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_init(self):
namespace=NAMESPACE,
image="ubuntu",
gcp_conn_id=GCP_CONN_ID,
logging_interval=1,
)
assert isinstance(task, GKEStartPodOperator)
assert task.deferrable is True

0 comments on commit 639e693

Please sign in to comment.