You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(cloud-account): tolerate 404 on credential cleanup in CRUD test
The backend cascades credential deletion when a cloud account is deleted.
Since defers run LIFO the cloud account is removed first, leaving the
credential already gone when the credential cleanup defer fires, causing a
spurious 404 failure. Silence the error instead of requiring NoError.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>