Merge pull request #1355 from AlanCoding/rm_test

[fixes test fail] Remove test for behavior going away in Ansible 2.5
This commit is contained in:
Alan Rominger
2018-04-12 17:40:14 -04:00
committed by GitHub

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