From: remitamine Date: Mon, 7 Sep 2015 06:09:55 +0000 (+0100) Subject: [test/test_write_annotations] fix test filename X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=c67a055d16075fb59d365f4f259af6c68d4db76b;p=youtube-dl [test/test_write_annotations] fix test filename Closes #6781 --- diff --git a/test/test_write_annotations.py b/test/test_write_annotations.py index 780636c77..84b8f39e0 100644 --- a/test/test_write_annotations.py +++ b/test/test_write_annotations.py @@ -33,7 +33,7 @@ params = get_params({ TEST_ID = 'gr51aVj-mLg' -ANNOTATIONS_FILE = TEST_ID + '.flv.annotations.xml' +ANNOTATIONS_FILE = TEST_ID + '.annotations.xml' EXPECTED_ANNOTATIONS = ['Speech bubble', 'Note', 'Title', 'Spotlight', 'Label']