Skip to content

Commit

Permalink
Removed skip if none in test_inventory_update_injected_content as it …
Browse files Browse the repository at this point in the history
…did not seem to be being hit locally or in devel
  • Loading branch information
djyasin committed Oct 18, 2024
1 parent 34f1dda commit 6b59209
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions awx/main/tests/functional/test_inventory_source_injectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ def test_inventory_update_injected_content(this_kind, inventory, fake_credential
ExecutionEnvironment.objects.create(name='Default Job EE', managed=False)

injector = InventorySource.injectors[this_kind]
if injector.plugin_name in (None, 'constructed'):
pytest.skip('Use of inventory plugin is not enabled for this source')

src_vars = dict(base_source_var='value_of_var')
src_vars['plugin'] = injector.get_proper_name()
Expand Down

0 comments on commit 6b59209

Please sign in to comment.