Skip to content

Commit

Permalink
Update tests/foreman/api/test_rhcloud_inventory.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ondřej Gajdušek <[email protected]>
  • Loading branch information
JacobCallahan and ogajduse authored Nov 15, 2023
1 parent 5c4493b commit 37d42a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_rhcloud_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_rhcloud_inventory_api_e2e(
infrastructure_type = [
host['system_profile']['infrastructure_type'] for host in json_data['hosts']
]
assert 'physical'
assert 'physical' in infrastructure_type
assert 'virtual' in infrastructure_type

all_host_profiles = [host['system_profile'] for host in json_data['hosts']]
Expand Down

0 comments on commit 37d42a7

Please sign in to comment.