Skip to content

Commit

Permalink
Update awx/main/tests/functional/test_inventory_source_injectors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
djyasin and webknjaz authored Oct 18, 2024
1 parent d6d35bb commit 34f1dda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def create_reference_data(source_dir, env, content):


@pytest.mark.django_db
@pytest.mark.parametrize('this_kind', discover_available_cloud_provider_plugin_names())
@pytest.mark.parametrize('this_kind', [plugin_name for plugin_name in discover_available_cloud_provider_plugin_names() if plugin_name != 'constructed'])
def test_inventory_update_injected_content(this_kind, inventory, fake_credential_factory, mock_me):
if this_kind.endswith('_supported'):
this_kind = this_kind[:-10]
Expand Down

0 comments on commit 34f1dda

Please sign in to comment.