From a4e73c65b78d831750aea065e0eed4294339734f Mon Sep 17 00:00:00 2001
From: Nadja Reitzenstein <me@dequbed.space>
Date: Wed, 20 Oct 2021 09:44:57 +0200
Subject: [PATCH] URN & Wiki update

---
 schema  | 2 +-
 test.py | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/schema b/schema
index 1441b59..743c183 160000
--- a/schema
+++ b/schema
@@ -1 +1 @@
-Subproject commit 1441b59145bb364c2c61fe67f52c64a3522ee124
+Subproject commit 743c18393c6e01edeec1e04ab8998176d78f9a04
diff --git a/test.py b/test.py
index 08063aa..14f391a 100644
--- a/test.py
+++ b/test.py
@@ -3,4 +3,5 @@ import fabapi
 boot = fabapi.connect("localhost:59661", "Testuser", "secret")
 ms = boot.machineSystem().wait().machineSystem
 info = ms.info().wait().info
-m = info.getMachine("Testmachine").wait()
+ma = info.getMachine("Another").wait()
+my = info.getMachine("Yetmore").wait()