Skip to content

Commit

Permalink
Update tests/foreman/virtwho/cli/test_esx_sca.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lukáš Hellebrandt <[email protected]>
  • Loading branch information
yanpliu and lhellebr authored Mar 29, 2024
1 parent 2789fd0 commit b4e5361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/virtwho/cli/test_esx_sca.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def test_positive_rhsm_username_option(
# verify the two service accounts belonging to the same org are the same
assert rhsm_username[0] == rhsm_username[1]

# Create a different org virtwho_fake_XXXX and then create virt-who config, get the service account rhsm_username
# Create a different org virtwho_fake_XXXX and then create virt-who config in that org, get the service account rhsm_username
ORG_DATA = {'name': f'virtwho_fake_{gen_string("alpha")}'}
org = target_sat.api.Organization(name=ORG_DATA['name']).create()
target_sat.api.Location(organization=[org]).create()
Expand Down

0 comments on commit b4e5361

Please sign in to comment.