Make error more verbose

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/15834/head
Om Saran 2023-02-23 18:36:50 -06:00 committed by Steven Powell
parent 4df0bb2ace
commit 5d7e5846ec
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ func validateNoSecondTunnel(ctx context.Context, t *testing.T, profile string) {
exitCodeCh <- exErr.ExitCode()
} else if err != nil {
exitCodeCh <- -1
t.Errorf("tunnel command failed due to a different reason: %s", err)
t.Errorf("tunnel command failed with unexpected error: %v", err)
}
}