diff options
author | remitamine <remitamine@gmail.com> | 2015-09-07 07:09:55 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-09-07 11:18:55 +0200 |
commit | c67a055d16075fb59d365f4f259af6c68d4db76b (patch) | |
tree | d10573bc14e3a918651d4555947cd6cbac769949 /test/test_write_annotations.py | |
parent | bc973e06d0be541eb1583dad5e61cf367dcc17c9 (diff) |
[test/test_write_annotations] fix test filename
Closes #6781
Diffstat (limited to 'test/test_write_annotations.py')
-rw-r--r-- | test/test_write_annotations.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |