fix: cleanup corrupted test script
All checks were successful
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Successful in 9s
All checks were successful
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Successful in 9s
This commit is contained in:
@@ -250,18 +250,6 @@ def main():
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
test("Globale Suche nach 'API'", search_accounts)
|
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 ===
|
# === RELATIONSHIPS ===
|
||||||
print("\n📌 RELATIONSHIPS")
|
print("\n📌 RELATIONSHIPS")
|
||||||
|
|||||||
Reference in New Issue
Block a user