del website test (#25882)

This commit is contained in:
Jyong 2025-09-18 11:26:11 +08:00 committed by GitHub
commit 2539803337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1392 deletions

View File

@ -59,7 +59,7 @@ class DependenciesAnalysisService:
version_match = _VERSION_REGEX.search(unique_identifier)
if version_match:
dependency.value.version = version_match.group("version")
# Create and append the dependency (same for all types)
leaked_dependencies.append(
PluginDependency(