Skip to content

Commit 6dce705

Browse files
committed
fix port
1 parent eb01363 commit 6dce705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/test_axon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ async def test_preprocess(self):
501501
assert synapse.axon.signature == "0xaabbccdd"
502502

503503
# Check if the preprocess function fills the dendrite information into the synapse
504-
assert synapse.dendrite.port == "5000"
504+
assert synapse.dendrite.port == 5000
505505
assert synapse.dendrite.ip == "192.168.0.1"
506506

507507
# Check if the preprocess function sets the request name correctly

0 commit comments

Comments
 (0)