pytest-hardcoded-passwords-trigger-secret-scanner

Hardcoded password strings in pytest test fixtures trigger the pre-commit secret scanner even when clearly within a test file. The fix is to extract them to named constants (e.g., TEST_PASSWORD = ‘Test@1234!’) so the scanner recognizes them as labeled test fixtures rather than leaked credentials. Apply this pattern to all auth integration tests in R-Same.