소스 검색

[test/test_write_annotations] fix test filename

Closes #6781
remitamine 10 년 전
부모
커밋
c67a055d16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/test_write_annotations.py

+ 1 - 1
test/test_write_annotations.py

@@ -33,7 +33,7 @@ params = get_params({
 
 
 
 
 TEST_ID = 'gr51aVj-mLg'
 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']
 EXPECTED_ANNOTATIONS = ['Speech bubble', 'Note', 'Title', 'Spotlight', 'Label']