# serializer version: 1
# name: test_get_product_video_assets
  dict({
    'product_assets': list([
    ]),
    'track_assets': dict({
      555: list([
        VideoAsset(
          filename='test-key',
          bucket='test-bucket',
          asset_type=<AssetType.VIDEO_MASTER: 'video_master'>,
          duration=334213412.0,
        ),
      ]),
    }),
  })
# ---
