mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Append newline to the "deleted context ... " and "deleted cluster ..." message
This commit is contained in:
@@ -46,7 +46,7 @@ func TestDeleteContext(t *testing.T) {
|
||||
config: conf,
|
||||
contextToDelete: "minikube",
|
||||
expectedContexts: []string{"otherkube"},
|
||||
expectedOut: "deleted context minikube from %s",
|
||||
expectedOut: "deleted context minikube from %s\n",
|
||||
}
|
||||
|
||||
test.run(t)
|
||||
|
||||
Reference in New Issue
Block a user