Skip to content

Commit 4aebf8c

Browse files
committed
test_node_handler.py: Fix unit tests
Fix unit tests error due model change Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent b584875 commit 4aebf8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit_tests/test_node_handler.py

-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def test_create_node_endpoint(mock_db_create, mock_publish_cloudevent,
6969
'created',
7070
'data',
7171
'debug',
72-
'error_code',
7372
'group',
7473
'holdoff',
7574
'kind',
@@ -222,7 +221,6 @@ def test_get_node_by_id_endpoint(mock_db_find_by_id,
222221
'created',
223222
'data',
224223
'debug',
225-
'error_code',
226224
'group',
227225
'holdoff',
228226
'kind',

0 commit comments

Comments
 (0)