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 c94981d commit e373f4cCopy full SHA for e373f4c
packages/models-library/tests/test_projects.py
@@ -24,6 +24,8 @@ def minimal_project(faker: Faker) -> dict[str, Any]:
24
"creationDate": "2019-05-24T10:36:57.813Z",
25
"lastChangeDate": "2019-05-24T10:36:57.813Z",
26
"workbench": {},
27
+ "type": "STANDARD",
28
+ "templateType": None,
29
}
30
31
0 commit comments