fix locate test to not spam all the logs
This commit is contained in:
parent
6205ac1431
commit
69de947995
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class RoutingViewSet(ViewSet):
|
|||
address="d4:f9:8d:2d:0d:f1"
|
||||
)
|
||||
except MeshNode.DoesNotExist:
|
||||
raise
|
||||
return None
|
||||
msg = node.last_messages[MeshMessageType.LOCATE_RANGE_RESULTS]
|
||||
|
||||
locator = RangeLocator.load()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue