fix: normalize .wav MIME type to audio/wav#81
Conversation
System MIME databases vary: some return audio/x-wav for .wav, which causes TestDetectMediaType to fail on certain CI images. Force the canonical audio/wav type for .wav files so the test is deterministic across environments.
|
Connected to Huly®: KIT-82 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughIn ChangesWAV MIME Type Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
System MIME databases vary: some return
audio/x-wavfor.wav, which causesTestDetectMediaTypeto fail on certain CI images. This change forces the canonicalaudio/wavtype for.wavfiles so the test is deterministic across environments.Summary by CodeRabbit