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: expand parameterized test coverage for credential handling
Enhance the credential input test to cover all original scenarios:
- Valid credentials should be accepted as-is
- Null/empty inputs should default to 'sa'
- Invalid secret patterns should throw exceptions
Uses Spock's parameterized testing to maintain complete test coverage
while keeping the test code concise and maintainable.
Signed-off-by: Edmund Miller <[email protected]>
0 commit comments