diff --git a/platform/lang-impl/testSources/com/intellij/openapi/projectRoots/impl/jdkDownloader/JdkDownloaderTest.kt b/platform/lang-impl/testSources/com/intellij/openapi/projectRoots/impl/jdkDownloader/JdkDownloaderTest.kt index 066375bf44dd..930ee3ab56c9 100644 --- a/platform/lang-impl/testSources/com/intellij/openapi/projectRoots/impl/jdkDownloader/JdkDownloaderTest.kt +++ b/platform/lang-impl/testSources/com/intellij/openapi/projectRoots/impl/jdkDownloader/JdkDownloaderTest.kt @@ -39,6 +39,7 @@ internal fun jdkItemForTest(url: String, jdkVersion = "123.123", jdkVendorVersion = null, suggestedSdkName = "suggested", + isLicenseAccepted = false, os = "windows", arch = "jetbrains-hardware", packageType = packageType,