Skip to content

Commit

Permalink
Verify a variable created and added to the host (#14477)
Browse files Browse the repository at this point in the history
(cherry picked from commit fc64c78)
  • Loading branch information
shweta83 committed Apr 5, 2024
1 parent bdddb9d commit 0a6de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_fixtures/component/activationkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@pytest.fixture(scope='module')
def module_activation_key(module_entitlement_manifest_org, module_target_sat):
"""Create activation key using default CV and library environment."""
module_target_sat.api.ActivationKey(
return module_target_sat.api.ActivationKey(
content_view=module_entitlement_manifest_org.default_content_view.id,
environment=module_entitlement_manifest_org.library.id,
organization=module_entitlement_manifest_org,
Expand Down

0 comments on commit 0a6de30

Please sign in to comment.