Context
The script scripts/rotate_session_key.py exists in the repository, but its corresponding test file scripts/tests/test_rotate_session_key.py is missing.
According to the scripting standards documented in docs/scripting-standards.md, every script requires automated coverage via pytest, and tests should reside in scripts/tests/ mirroring the script names.
Expected outcome
Create scripts/tests/test_rotate_session_key.py with appropriate test coverage for scripts/rotate_session_key.py.
References
Context
The script
scripts/rotate_session_key.pyexists in the repository, but its corresponding test filescripts/tests/test_rotate_session_key.pyis missing.According to the scripting standards documented in
docs/scripting-standards.md, every script requires automated coverage via pytest, and tests should reside inscripts/tests/mirroring the script names.Expected outcome
Create
scripts/tests/test_rotate_session_key.pywith appropriate test coverage forscripts/rotate_session_key.py.References