Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsca committed May 18, 2021
1 parent 8d8bf1f commit 6710736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/test_kubernetes_master.py
Expand Up @@ -139,8 +139,11 @@ def test_status_set_on_incomplete_lb():
set_flag("certificates.available")
clear_flag("kubernetes-master.secure-storage.failed")
set_flag("kube-control.connected")
set_flag("kubernetes-master.auth-webhook-service.started")
set_flag("kubernetes-master.apiserver.configured")
set_flag("kubernetes-master.components.started")
set_flag("cdk-addons.configured")
set_flag("kubernetes-master.auth-webhook-tokens.setup")
set_flag("kubernetes-master.system-monitoring-rbac-role.applied")
hookenv.config.return_value = "auto"
host.service_running.return_value = True
Expand Down

0 comments on commit 6710736

Please sign in to comment.