Multi-platform: support multiple files per version #201
@ -209,6 +209,8 @@ class FiltersTest(APITestCase):
|
||||
HTTP_ACCEPT='application/json',
|
||||
).json()
|
||||
self.assertEqual(len(json['data']), 2)
|
||||
# all archive_url values should be unique
|
||||
self.assertEqual(len(json['data']), len(set(item['archive_url'] for item in json['data'])))
|
||||
|
||||
def test_blender_version_filter_latest_not_max_version(self):
|
||||
version = create_approved_version(metadata__blender_version_min='4.0.1')
|
||||
|
Loading…
Reference in New Issue
Block a user