diff --git a/plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt b/plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt index e821de9755161..dae5183121ae4 100644 --- a/plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt +++ b/plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt @@ -87,5 +87,5 @@ private class ResponseCache { private val OriginView.key: String get() = "$externalNamespace:$externalId" private val ComponentsView.key: String // Only take the UUID of the version and variant, to avoid including the server URL into the key, to avoid - // complexities related to replacement of the server URL. + // complexities related to the replacement of the server URL. get() = variant.substringAfter("/versions/")