mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
remove test for behavior going away in Ansible 2.5
This commit is contained in:
parent
087ac17c90
commit
e3984cb89b
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user