Skip to content

Commit

Permalink
Fix gpylint errors
Browse files Browse the repository at this point in the history
Change-Id: I861cfe98d50867ab9ee9be69cd4ffc3a7157fbd8
  • Loading branch information
kqyang committed Jun 9, 2021
1 parent 4686454 commit 72ea5d3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions packager/app/test/packager_test.py
Expand Up @@ -1533,12 +1533,16 @@ def testEncryptionAndOutputMediaInfoAndMpdFromMediaInfo(self):

def testEncryptionAndOutputMediaInfoAndMpdFromMediaInfoSegmentList(self):
self.assertPackageSuccess(
# The order is not deterministic if there are more than one
# AdaptationSets, so only one is included here.
self._GetStreams(['audio']),
self._GetFlags(encryption=True, output_media_info=True, dash_force_segment_list=True, output_dash=True))
# The order is not deterministic if there are more than one
# AdaptationSets, so only one is included here.
self._GetStreams(['audio']),
self._GetFlags(
encryption=True,
output_media_info=True,
dash_force_segment_list=True,
output_dash=True))
self._CheckTestResults(
'encryption-and-output-media-info-and-mpd-from-media-info-segmentlist')
'encryption-and-output-media-info-and-mpd-from-media-info-segmentlist')

def testHlsSingleSegmentMp4Encrypted(self):
self.assertPackageSuccess(
Expand Down

0 comments on commit 72ea5d3

Please sign in to comment.