drop dependency on fastapi in the cli

This commit is contained in:
Jörg Thalheim
2023-11-21 14:34:31 +01:00
parent d76ab43136
commit f27b1da6b9
6 changed files with 34 additions and 31 deletions

View File

@@ -48,7 +48,6 @@ def test_schema_invalid_clan_imports(
"Some requested clan modules could not be found"
in response.json()["detail"]["msg"]
)
assert "non-existing-clan-module" in response.json()["detail"]["modules_not_found"]
def test_create_machine_invalid_hostname(