Skip to content

Commit

Permalink
tests/foreman/api/test_computeresource_vmware.py
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com>
  • Loading branch information
shubhamsg199 committed May 30, 2024
1 parent a1b5560 commit 3cbceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_computeresource_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_positive_provision_end_to_end(
compute_attributes={
'path': '/Datacenters/SatQE-Datacenter/vm/',
'cpus': 2,
'memoy_mb': 6000,
'memory_mb': 6000,
'cluster': f'{settings.vmware.cluster}',
'start': '1',
'guest_id': 'rhel8_64Guest',
Expand Down

0 comments on commit 3cbceff

Please sign in to comment.