We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8388ca7 commit e27a00fCopy full SHA for e27a00f
tests/py/test_template.py
@@ -4,14 +4,7 @@
4
from mat3ra.esse.models.context_provider import Name
5
from mat3ra.utils import assertion
6
7
-CONTEXT_PROVIDER_DEFAULT_FIELDS = {
8
- "domain": None,
9
- "entityName": None,
10
- "data": None,
11
- "extraData": None,
12
- "isEdited": None,
13
- "context": None,
14
-}
+CONTEXT_PROVIDER_DEFAULT_FIELDS = {}
15
16
TEMPLATE_DEFAULT_FIELDS = {
17
"contextProviders": [],
0 commit comments