Update IP check message

pull/7360/head
Thomas Stromberg 2020-04-01 13:53:47 -07:00
parent 96a87e89cf
commit 0432095115
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ func validateUpdateContextCmd(ctx context.Context, t *testing.T, profile string)
t.Errorf("failed to run minikube update-context: args %q: %v", rr.Command(), err)
}
want := []byte("IP was already correctly configured")
want := []byte("No changes")
if !bytes.Contains(rr.Stdout.Bytes(), want) {
t.Errorf("update-context: got=%q, want=*%q*", rr.Stdout.Bytes(), want)
}