fix tests fallout from 2.5 upgrade

This commit is contained in:
AlanCoding
2018-04-12 14:34:44 -04:00
parent c1e1bf32d0
commit de07ef0680
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')