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 9a7524e commit eb01363Copy full SHA for eb01363
tests/unit_tests/test_axon.py
@@ -493,7 +493,7 @@ async def test_preprocess(self):
493
synapse = await self.axon_middleware.preprocess(request)
494
495
# Check if the preprocess function fills the axon information into the synapse
496
- assert synapse.axon.version == str(version_as_int)
+ assert synapse.axon.version == version_as_int
497
assert synapse.axon.uuid == "1234"
498
assert synapse.axon.nonce is not None
499
assert synapse.axon.status_message is None
0 commit comments