Fix gpylint errors
Change-Id: I861cfe98d50867ab9ee9be69cd4ffc3a7157fbd8
This commit is contained in:
parent
4686454a73
commit
72ea5d30f0
|
@ -1536,7 +1536,11 @@ class PackagerFunctionalTest(PackagerAppTest):
|
||||||
# The order is not deterministic if there are more than one
|
# The order is not deterministic if there are more than one
|
||||||
# AdaptationSets, so only one is included here.
|
# AdaptationSets, so only one is included here.
|
||||||
self._GetStreams(['audio']),
|
self._GetStreams(['audio']),
|
||||||
self._GetFlags(encryption=True, output_media_info=True, dash_force_segment_list=True, output_dash=True))
|
self._GetFlags(
|
||||||
|
encryption=True,
|
||||||
|
output_media_info=True,
|
||||||
|
dash_force_segment_list=True,
|
||||||
|
output_dash=True))
|
||||||
self._CheckTestResults(
|
self._CheckTestResults(
|
||||||
'encryption-and-output-media-info-and-mpd-from-media-info-segmentlist')
|
'encryption-and-output-media-info-and-mpd-from-media-info-segmentlist')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue