Fix test_accepted_resolutions
Add {'webm': (640, 640)}
This commit is contained in:
parent
bd0b36be79
commit
fe40b02e7d
@ -140,5 +140,6 @@ def test_accepted_resolutions():
|
||||
'480p': (858, 480),
|
||||
'720p': (1280, 720),
|
||||
'1080p': (1920, 1080),
|
||||
'webm': (640, 640),
|
||||
}
|
||||
assert accepted_resolutions == ACCEPTED_RESOLUTIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user