Skip to content

Commit ec2209a

Browse files
committed
Refine the wording
1 parent d1e30fb commit ec2209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/tests/samples/create/samples.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func waitForReadySingleResource(t *Harness, u *unstructured.Unstructured, timeou
209209
return true, nil
210210
}
211211
if u.Object["status"] == nil {
212-
logger.Info("resource does not yet have status", "kind", u.GetKind(), "name", u.GetName(), "troubleshooting", "if you keep seeing this error message, check if you've imported the service in pkg/controller/direct/register/register.go")
212+
logger.Info("resource does not yet have status", "kind", u.GetKind(), "name", u.GetName(), "troubleshooting", "if you are testing a direct resource and keep seeing this error message, check if you've imported the service in pkg/controller/direct/register/register.go")
213213
return false, nil
214214
}
215215

0 commit comments

Comments
 (0)