Skip to content

Commit

Permalink
[tools/shoestring]: patch more missing node configuration in test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw committed Nov 14, 2024
1 parent c85f412 commit 4829dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shoestring/tests/healthagents/test_peer_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


def _create_configuration():
node_config = NodeConfiguration(NodeFeatures.PEER, None, None, None, None, 'CA CN', 'NODE CN')
node_config = NodeConfiguration(NodeFeatures.PEER, None, None, None, None, None, 'CA CN', 'NODE CN')
return ShoestringConfiguration('testnet', *(3 * [None]), ImportsConfiguration(None, None), node_config)


Expand Down

0 comments on commit 4829dd9

Please sign in to comment.