mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
Proper parameterization for scm tests
This commit is contained in:
parent
8e60cb1270
commit
d5c557c639
@ -73,11 +73,6 @@ def test_invalid_kind_clean_insights_credential():
|
||||
|
||||
|
||||
class TestControlledBySCM():
|
||||
@pytest.mark.parametrize('source', [
|
||||
'scm',
|
||||
'ec2',
|
||||
'manual',
|
||||
])
|
||||
def test_clean_source_path_valid(self):
|
||||
inv_src = InventorySource(source_path='/not_real/',
|
||||
source='scm')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user