We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47caeff commit b17337eCopy full SHA for b17337e
1 file changed
services/scf/wait/wait.go
@@ -34,7 +34,7 @@ func DeleteOrganizationWaitHandler(ctx context.Context, a APIClientInterface, pr
34
if s == nil {
35
return false, nil, errors.New("organization is nil")
36
}
37
- if *s.Status == status_deleting_failed {
+ if *s.Status == statusDeletingFailed {
38
return true, nil, fmt.Errorf("delete failed for Organization with id %s", orgId)
39
40
return false, s, nil
0 commit comments