From 6833976c542eba1980819df2876bfecf2002c2da Mon Sep 17 00:00:00 2001 From: Lila Yasin Date: Thu, 13 Jul 2023 17:26:18 -0400 Subject: [PATCH] [hop node] fix failing ci checks on feature_hop-node branch (#14226) --- awx_collection/test/awx/test_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/test/awx/test_instance.py b/awx_collection/test/awx/test_instance.py index 2c8eda1f56..a2218be68f 100644 --- a/awx_collection/test/awx/test_instance.py +++ b/awx_collection/test/awx/test_instance.py @@ -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(