Inventory: migrate failure test message

This commit is contained in:
Johannes Kirschbauer
2024-07-16 10:33:24 +02:00
parent 5c0b482431
commit a2c3c09564
4 changed files with 20 additions and 13 deletions

View File

@@ -167,7 +167,7 @@
expr = configs;
expectedError = {
type = "ThrownError";
msg = "Tag: '\\w+' not found";
msg = "no machine with tag '\\w+' found";
};
};
}