fix(application) wait for application to be destroyed #651
Annotations
3 errors
internal/juju/applications.go#L1271
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
internal/juju/applications.go#L1320
S1008: should use 'return !errors.As(err, &KeepWaitingForDestroyError)' instead of 'if errors.As(err, &KeepWaitingForDestroyError) { return false }; return true' (gosimple)
|
|
The logs for this run have expired and are no longer available.
Loading