Skip to content

Commit

Permalink
corrected syntax on line 23 of test_instance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Jul 11, 2023
1 parent e2b5ad2 commit ed368e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx_collection/test/awx/test_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ed368e9

Please sign in to comment.