mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user