Skip to content

Commit

Permalink
Make module_ak an empty entity
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Oct 18, 2024
1 parent e8f428f commit d794ec9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytest_fixtures/component/activationkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ def function_activation_key(function_sca_manifest_org, target_sat):


@pytest.fixture(scope='module')
def module_ak(module_lce, module_org, module_target_sat):
def module_ak(module_lce, module_cv, module_org, module_target_sat):
return module_target_sat.api.ActivationKey(
environment=module_lce,
organization=module_org,
).create()

Expand Down

0 comments on commit d794ec9

Please sign in to comment.