mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
[hop node] fix failing ci checks on feature_hop-node branch (#14226)
This commit is contained in:
parent
d15405eafe
commit
6833976c54
@ -20,7 +20,7 @@ def test_peers_adding_and_removing(run_module, admin_user):
|
||||
|
||||
hop_node_1 = Instance.objects.get(pk=result.get('id'))
|
||||
|
||||
assert hop_node_1.peers_from_control_nodes == True
|
||||
assert hop_node_1.peers_from_control_nodes is True
|
||||
assert hop_node_1.node_type == 'hop'
|
||||
|
||||
result = run_module(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user