diff --git a/test/test_decoders.py b/test/test_decoders.py index 0c6acb190..2e837c316 100644 --- a/test/test_decoders.py +++ b/test/test_decoders.py @@ -1342,7 +1342,11 @@ def test_custom_frame_mappings_json_and_bytes( @pytest.mark.parametrize( "custom_frame_mappings,expected_match", [ - (NASA_VIDEO.generate_custom_frame_mappings(0), "seek_mode"), + pytest.param( + NASA_VIDEO.generate_custom_frame_mappings(0), + "seek_mode", + id="valid_content_approximate", + ), ("{}", "The input is empty or missing the required 'frames' key."), ( '{"valid": "json"}',