chore(inventory/instances): don't eagerly test the service modules _class

This commit is contained in:
Johannes Kirschbauer
2025-04-08 15:09:22 +02:00
parent f7d5a529aa
commit 9af20ad8b5
4 changed files with 24 additions and 32 deletions

View File

@@ -53,13 +53,4 @@ in
};
};
};
# Currently this should fail
# TODO: Can we implement a default wrapper to make migration easy?
test_import_local_legacy_module = {
expr = (resolve { name = "B"; }).allMachines;
expectedError = {
type = "ThrownError";
msg = "Module 'B' is not a valid 'clan.service' module.*";
};
};
}