Skip to content

Commit e27a00f

Browse files
committed
update: adjust test
1 parent 8388ca7 commit e27a00f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/py/test_template.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
from mat3ra.esse.models.context_provider import Name
55
from mat3ra.utils import assertion
66

7-
CONTEXT_PROVIDER_DEFAULT_FIELDS = {
8-
"domain": None,
9-
"entityName": None,
10-
"data": None,
11-
"extraData": None,
12-
"isEdited": None,
13-
"context": None,
14-
}
7+
CONTEXT_PROVIDER_DEFAULT_FIELDS = {}
158

169
TEMPLATE_DEFAULT_FIELDS = {
1710
"contextProviders": [],

0 commit comments

Comments
 (0)