fix: cleanup corrupted test script
All checks were successful
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Successful in 9s

This commit is contained in:
root
2026-05-24 15:07:15 +02:00
parent 4e44aa5b7a
commit 735e96db64

View File

@@ -250,18 +250,6 @@ def main():
return False
test("Globale Suche nach 'API'", search_accounts)
"search_string": "API",
"modules": ["Accounts"],
"offset": 0,
"max_results": 10,
})
if result and "entry_list" in result:
count = result.get("entry_list", [])
print(f" Suche 'API': {len(count)} Treffer in Accounts")
return True
return False
test("Globale Suche nach 'API'", search_by_module)
# === RELATIONSHIPS ===
print("\n📌 RELATIONSHIPS")