Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Dec 15, 2023
1 parent a2fda60 commit 00b9407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_activationkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ def test_positive_invalid_release_version(module_sca_manifest_org, module_target
reposet=REPOS['kickstart']['rhel8_aps']['reposet'],
releasever=REPOS['kickstart']['rhel8_aps']['version'],
)
Repository.synchronize({'id': rh_repo_id})
module_target_sat.cli.Repository.synchronize({'id': rh_repo_id})
with pytest.raises(CLIFactoryError) as error:
module_target_sat.cli_factory.make_activation_key(
{
Expand Down

0 comments on commit 00b9407

Please sign in to comment.