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
Export-DbaCredential.Tests - Add EnableException to Context BeforeAll blocks
When Export-DbaCredential fails during test setup (e.g., connection reset),
the test continued and failed on Get-Content with a misleading "file not found"
error. Adding EnableException ensures setup failures throw immediately with
the actual error message.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments