Skip to content

Commit f2f5b67

Browse files
committed
fix test_create_project
1 parent 6f580a0 commit f2f5b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/projects/test_create_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_create_project_datetime(self):
9292
def test_create_project_with_wrong_type(self):
9393
with self.assertRaisesRegexp(
9494
AppException,
95-
"Available values are 'Vector', 'Pixel', 'Video', 'Document', 'Tiled', 'Other', 'PointCloud'.",
95+
"Available values are 'Vector', 'Pixel', 'Video', 'Document', 'Tiled', 'PointCloud', 'GenAI'.",
9696
):
9797
sa.create_project(self.PROJECT, "desc", "wrong_type")
9898

0 commit comments

Comments
 (0)