summaryrefslogtreecommitdiff
path: root/test/unit/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/__init__.py')
-rw-r--r--test/unit/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/__init__.py b/test/unit/__init__.py
index 266763e0a..e57b57453 100644
--- a/test/unit/__init__.py
+++ b/test/unit/__init__.py
@@ -279,6 +279,7 @@ class FakeRing(Ring):
'zone': x % 3,
'region': x % 2,
'id': x,
+ 'weight': 1,
}
self.add_node(dev)