Skip to content

Commit

Permalink
re-add the sg command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Jan 23, 2025
1 parent 1d03452 commit 3916d42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/test_kubectl_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ async def test_config_values_are_retained_after_pod_deleted_and_restarted(ops_te
" ".join(["microk8s.kubectl", "delete", "pod", "-n", ops_test.model_name, pod_name]),
]

# TODO: remove this re-assignment after checking if it works or not
cmd = ["kubectl", "delete", "pod", "-n", ops_test.model_name, pod_name]

# # TODO: remove this re-assignment after checking if it works or not
# cmd = ["kubectl", "delete", "pod", "-n", ops_test.model_name, pod_name]
#
logger.info(
"Removing pod '%s' from model '%s' with cmd: %s", pod_name, ops_test.model_name, cmd
)
Expand Down

0 comments on commit 3916d42

Please sign in to comment.