Proper parameterization for scm tests

This commit is contained in:
Matthew Jones 2018-10-16 11:00:44 -04:00
parent 8e60cb1270
commit d5c557c639
No known key found for this signature in database
GPG Key ID: EED42EEB8B369E1E

View File

@ -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')