File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
libs/labelbox/tests/data/annotation_import Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,6 @@ def validate_iso_format(date_string: str):
2828 "configured_project, media_type" ,
2929 [
3030 (MediaType .Audio , MediaType .Audio ),
31- (MediaType .Html , MediaType .Html ),
32- (MediaType .Image , MediaType .Image ),
33- (MediaType .Text , MediaType .Text ),
34- (MediaType .Video , MediaType .Video ),
35- (MediaType .Conversational , MediaType .Conversational ),
36- (MediaType .Document , MediaType .Document ),
37- (OntologyKind .ResponseCreation , OntologyKind .ResponseCreation ),
38- (OntologyKind .ModelEvaluation , OntologyKind .ModelEvaluation ),
3931 ],
4032 indirect = ["configured_project" ],
4133)
@@ -69,6 +61,7 @@ def test_import_media_types(
6961 result = export_v2_test_helpers .run_project_export_v2_task (
7062 configured_project
7163 )
64+ print ("test" )
7265
7366 assert result
7467
You can’t perform that action at this time.
0 commit comments