Skip to content

Commit

Permalink
Fix test_register_info
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Apr 23, 2024
1 parent c73d9d4 commit 53731a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/node_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_register_info(unregistered_node):
ip, public_ip, port, name = generate_random_node_data()

# Register new node and check that it successfully created on contracts
with mock.patch('core.node.update_filebeat_service'):
with mock.patch('core.node.update_monitoring_services'):
res = unregistered_node.register(
ip,
public_ip,
Expand Down

0 comments on commit 53731a5

Please sign in to comment.