fix: mock_settings에 MODE='paper' 명시하여 paper 모드 테스트 실패 수정 (#261) #262
Reference in New Issue
Block a user
Delete Branch "feature/issue-261-fix-mock-settings-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
mock_settingsfixture에MODE='paper'명시적으로 추가.env에MODE=live가 설정된 환경에서 Settings()가.env를 읽어 live 모드로 동작하여 paper 모드 TR_ID를 검증하는 테스트 3개 실패 중이었음Test plan
Closes #261