We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb01363 commit 6dce705Copy full SHA for 6dce705
tests/unit_tests/test_axon.py
@@ -501,7 +501,7 @@ async def test_preprocess(self):
501
assert synapse.axon.signature == "0xaabbccdd"
502
503
# Check if the preprocess function fills the dendrite information into the synapse
504
- assert synapse.dendrite.port == "5000"
+ assert synapse.dendrite.port == 5000
505
assert synapse.dendrite.ip == "192.168.0.1"
506
507
# Check if the preprocess function sets the request name correctly
0 commit comments