[hop node] fix failing ci checks on feature_hop-node branch (#14226)

This commit is contained in:
Lila Yasin
2023-07-13 17:26:18 -04:00
committed by Seth Foster
parent d15405eafe
commit 6833976c54

View File

@@ -20,7 +20,7 @@ def test_peers_adding_and_removing(run_module, admin_user):
hop_node_1 = Instance.objects.get(pk=result.get('id')) 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' assert hop_node_1.node_type == 'hop'
result = run_module( result = run_module(