feat: adds minimum resolution of 144p

This commit is contained in:
Markos Gogoulos
2025-07-07 11:34:02 +03:00
committed by GitHub
parent 79f2e2bb11
commit a607996bfa
10 changed files with 92 additions and 33 deletions

View File

@@ -24,12 +24,12 @@ class TestFixtures(TestCase):
profiles = EncodeProfile.objects.all()
self.assertEqual(
profiles.count(),
22,
23,
"Problem with Encode Profile fixtures",
)
profiles = EncodeProfile.objects.filter(active=True)
self.assertEqual(
profiles.count(),
6,
7,
"Problem with Encode Profile fixtures, not as active as expected",
)