From 480562890a6331e7c1cfd70ff329a2b0f361a655 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 5 Nov 2024 08:19:25 -0800 Subject: [PATCH] nextcloud: Drop diagnostic for checking availability of docker.com Tests: - Run diagnostics for nextcloud and notice that there is not check to reach docker.com. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/nextcloud/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plinth/modules/nextcloud/__init__.py b/plinth/modules/nextcloud/__init__.py index cb2812790..140219626 100644 --- a/plinth/modules/nextcloud/__init__.py +++ b/plinth/modules/nextcloud/__init__.py @@ -189,8 +189,6 @@ class NextcloudApp(app_module.App): diagnose_url(url.format(domain=address), kind=kind, **kwargs)) - results.append(diagnose_url('docker.com')) - return results