mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Update test_ha.py
Fixed minor typo in node type
This commit is contained in:
parent
4ab2539c8a
commit
4ff8c28fe4
@ -14,6 +14,6 @@ def test_multiple_instances():
|
||||
|
||||
@pytest.mark.django_db
|
||||
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')
|
||||
assert is_ha_environment() is False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user