remove test for behavior going away in Ansible 2.5

This commit is contained in:
AlanCoding 2018-04-12 15:34:58 -04:00
parent 087ac17c90
commit e3984cb89b
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -84,13 +84,6 @@ class TestControlledBySCM():
inv_src.clean_overwrite_vars()
def test_clean_overwrite_vars_invalid(self):
inv_src = InventorySource(overwrite_vars=False,
source='scm')
with pytest.raises(ValidationError):
inv_src.clean_overwrite_vars()
def test_clean_source_path_valid(self):
inv_src = InventorySource(source_path='/not_real/',
source='scm')