mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
Merge pull request #11244 from ansible/CFSNM-fix-minor-typo
Update test_ha.py
This commit is contained in:
committed by
GitHub
commit
d74679a5f9
@@ -14,6 +14,6 @@ def test_multiple_instances():
|
|||||||
|
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
def test_db_localhost():
|
def test_db_localhost():
|
||||||
Instance.objects.create(hostname='foo', node_type='hybrd')
|
Instance.objects.create(hostname='foo', node_type='hybrid')
|
||||||
Instance.objects.create(hostname='bar', node_type='execution')
|
Instance.objects.create(hostname='bar', node_type='execution')
|
||||||
assert is_ha_environment() is False
|
assert is_ha_environment() is False
|
||||||
|
|||||||
Reference in New Issue
Block a user