Skip to content

Commit

Permalink
updating ak update call
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Oct 10, 2023
1 parent facf560 commit 485ea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrades/test_activation_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_pre_create_activation_key(self, activation_key_setup, target_sat):
ak.host_collection.append(
target_sat.api.HostCollection(organization=activation_key_setup['org']).create()
)
ak.update(['host_collection', 'organization_id'])
ak.update(['host_collection', 'organization'])
assert len(ak.host_collection) == 1

@pytest.mark.post_upgrade(depend_on=test_pre_create_activation_key)
Expand Down

0 comments on commit 485ea80

Please sign in to comment.