Skip to content

Commit

Permalink
tests/unit_tests: add platform_filter to node related tests
Browse files Browse the repository at this point in the history
Add `platform_filter` field to unit tests for creating
and getting node endpoints.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Oct 17, 2024
1 parent 9c85b67 commit 8431443
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 @@ -73,6 +73,7 @@ def test_create_node_endpoint(mock_db_create, mock_publish_cloudevent,
'debug',
'group',
'jobfilter',
'platform_filter',
'holdoff',
'kind',
'name',
Expand Down Expand Up @@ -232,6 +233,7 @@ def test_get_node_by_id_endpoint(mock_db_find_by_id,
'debug',
'group',
'jobfilter',
'platform_filter',
'holdoff',
'kind',
'name',
Expand Down

0 comments on commit 8431443

Please sign in to comment.