[MicrosoftStream] Fix typo

This commit is contained in:
Nick Lai 2020-04-20 03:15:53 +08:00
parent 67db51cdfe
commit 5e7738a0df
No known key found for this signature in database
GPG Key ID: AF5E3B79EE6B1CC4
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ class MicrosoftStreamIE(MicrosoftStreamBaseIE):
_TEXTTRACKS_RESPONSE = None
_VIDEO_ID = None
_TEST = [{
_TESTS = [{
'url': 'https://web.microsoftstream.com/video/c883c6a5-9895-4900-9a35-62f4b5d506c9',
'info_dict': {
'id': 'c883c6a5-9895-4900-9a35-62f4b5d506c9',
@ -245,7 +245,7 @@ class MicrosoftStreamChannelIE(MicrosoftStreamBaseIE):
_NETRC_MACHINE = 'microsoftstream'
_CHANNEL_ID = None
_TEST = [{
_TESTS = [{
'url': 'https://web.microsoftstream.com/channel/c883c6a5-9895-4900-9a35-62f4b5d506c9',
'only_matching': True,
}, {