Skip to content

Commit eb01363

Browse files
committed
fix unit test
1 parent 9a7524e commit eb01363

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
@@ -493,7 +493,7 @@ async def test_preprocess(self):
493493
synapse = await self.axon_middleware.preprocess(request)
494494

495495
# Check if the preprocess function fills the axon information into the synapse
496-
assert synapse.axon.version == str(version_as_int)
496+
assert synapse.axon.version == version_as_int
497497
assert synapse.axon.uuid == "1234"
498498
assert synapse.axon.nonce is not None
499499
assert synapse.axon.status_message is None

0 commit comments

Comments
 (0)