Merge pull request #1760 from AlanCoding/fix_tests_25

Fix tests fallout from 2.5 upgrade
This commit is contained in:
Shane McDonald
2018-04-16 15:51:11 -04:00
committed by GitHub
2 changed files with 1 additions and 8 deletions

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