Skip to content

Commit

Permalink
Update tests/test_nodes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kristjan Eimre <[email protected]>
  • Loading branch information
agoscinski and eimrek authored Nov 21, 2024
1 parent f3907d7 commit b7ed13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def test_create_bool_with_extra(client, authenticate): # pylint: disable=unused
assert check_response.json()['extras']['extra_two'] == 'value_2'


def test_get_full_types(default_nodes, client):
def test_get_full_types(default_computers, example_processes, default_groups, default_nodes, client):
"""Test get full_types nodes."""
response = client.get('/nodes/full_types')

Expand Down

0 comments on commit b7ed13b

Please sign in to comment.