Skip to content

Commit

Permalink
Fix module_hostgroup fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 committed Mar 19, 2024
1 parent 9d447e7 commit 89854d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/foreman/api/test_discoveryrule.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
@pytest.fixture(scope='module')
def module_hostgroup(module_org, module_target_sat):
module_hostgroup = module_target_sat.api.HostGroup(organization=[module_org]).create()
yield module_hostgroup
module_hostgroup.delete()


Expand Down

0 comments on commit 89854d6

Please sign in to comment.