Skip to content

Commit

Permalink
test_node_handler.py: Fix unit tests
Browse files Browse the repository at this point in the history
Fix unit tests error due model change

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Feb 13, 2024
1 parent b584875 commit 4aebf8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit_tests/test_node_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def test_create_node_endpoint(mock_db_create, mock_publish_cloudevent,
'created',
'data',
'debug',
'error_code',
'group',
'holdoff',
'kind',
Expand Down Expand Up @@ -222,7 +221,6 @@ def test_get_node_by_id_endpoint(mock_db_find_by_id,
'created',
'data',
'debug',
'error_code',
'group',
'holdoff',
'kind',
Expand Down

0 comments on commit 4aebf8c

Please sign in to comment.