mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
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()
|
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):
|
def test_clean_source_path_valid(self):
|
||||||
inv_src = InventorySource(source_path='/not_real/',
|
inv_src = InventorySource(source_path='/not_real/',
|
||||||
source='scm')
|
source='scm')
|
||||||
|
|||||||
Reference in New Issue
Block a user