Skip to content

Commit 1b4f7fa

Browse files
committed
fix: kubectl
1 parent c9c4604 commit 1b4f7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/terraform/component_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_ui_accessibility(self):
235235
"""Test that Kafka UI is accessible."""
236236
# Get LoadBalancer IP address
237237
raw = check_output(
238-
"kubectl get services -A --field-selector spec.type=LoadBalancer -o json",
238+
"microk8s.kubectl get services -A --field-selector spec.type=LoadBalancer -o json",
239239
shell=True,
240240
universal_newlines=True,
241241
stderr=PIPE,

0 commit comments

Comments
 (0)