Skip to content

Commit

Permalink
Merge pull request #24883 from bparees/errmsg
Browse files Browse the repository at this point in the history
clarify test failure message
  • Loading branch information
openshift-merge-robot committed Apr 23, 2020
2 parents 980671d + 84965bd commit 5d066fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/util/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func WaitForInternalRegistryHostname(oc *CLI) (string, error) {
}
}
if err == wait.ErrWaitTimeout {
return "", fmt.Errorf("Timed out waiting for internal registry hostname to be published")
return "", fmt.Errorf("Timed out waiting for Openshift Controller Manager to be rolled out with updated internal registry hostname")
}
if err != nil {
return "", err
Expand Down

0 comments on commit 5d066fc

Please sign in to comment.