We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f580a0 commit f2f5b67Copy full SHA for f2f5b67
tests/integration/projects/test_create_project.py
@@ -92,7 +92,7 @@ def test_create_project_datetime(self):
92
def test_create_project_with_wrong_type(self):
93
with self.assertRaisesRegexp(
94
AppException,
95
- "Available values are 'Vector', 'Pixel', 'Video', 'Document', 'Tiled', 'Other', 'PointCloud'.",
+ "Available values are 'Vector', 'Pixel', 'Video', 'Document', 'Tiled', 'PointCloud', 'GenAI'.",
96
):
97
sa.create_project(self.PROJECT, "desc", "wrong_type")
98
0 commit comments