Skip to content

Commit

Permalink
Removed length
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c committed Sep 4, 2024
1 parent f6c76db commit 05be00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api2/test_bootenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_get_default_environment_and_make_new_one():

# create new bootenv and activate it
call('bootenv.create', {'name': 'bootenv01', 'source': active_be_id})
assert len(call('bootenv.query', [['name', '=', 'bootenv01']])) == 1
call('bootenv.query', [['name', '=', 'bootenv01']], {'get': True})
call('bootenv.activate', 'bootenv01')


Expand Down

0 comments on commit 05be00c

Please sign in to comment.