Fix test_accepted_resolutions

Add {'webm': (640, 640)}
This commit is contained in:
vijeth-aradhya 2017-06-27 01:04:55 +05:30
parent bd0b36be79
commit fe40b02e7d

View File

@ -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