Skip to content

Commit 8e47c73

Browse files
authored
Shorter frame-mapping test name (#851)
1 parent 3712cf6 commit 8e47c73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/test_decoders.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,11 @@ def test_custom_frame_mappings_json_and_bytes(
13421342
@pytest.mark.parametrize(
13431343
"custom_frame_mappings,expected_match",
13441344
[
1345-
(NASA_VIDEO.generate_custom_frame_mappings(0), "seek_mode"),
1345+
pytest.param(
1346+
NASA_VIDEO.generate_custom_frame_mappings(0),
1347+
"seek_mode",
1348+
id="valid_content_approximate",
1349+
),
13461350
("{}", "The input is empty or missing the required 'frames' key."),
13471351
(
13481352
'{"valid": "json"}',

0 commit comments

Comments
 (0)