Skip to content

Commit

Permalink
tests/unit_tests: sync unit tests after model changes (debug field)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Cañuelo <[email protected]>
  • Loading branch information
r-c-n authored and JenySadadia committed Feb 1, 2024
1 parent d9464ec commit 8e6a806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/test_node_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def test_create_node_endpoint(mock_db_create, mock_publish_cloudevent,
'artifacts',
'created',
'data',
'debug',
'group',
'holdoff',
'kind',
Expand Down Expand Up @@ -219,6 +220,7 @@ def test_get_node_by_id_endpoint(mock_db_find_by_id,
'artifacts',
'created',
'data',
'debug',
'group',
'holdoff',
'kind',
Expand Down

0 comments on commit 8e6a806

Please sign in to comment.