Error Unit test with Intellij 2024.3.1

Using intellij 2024.3.1 I’ve the following error trying to run the tests:
TestLoggerAssertionError: 'ai.installer.notification.group.name' baseBundleName=messages.LLMInstallerBundle Plugin: com.intellij.llmInstaller
This doesn’t happen if I use 2024.3 as version.

Full Stacktrace:

Caused by: com.intellij.testFramework.TestLoggerFactory$TestLoggerAssertionError: 'ai.installer.notification.group.name' is not found (baseBundleName=messages.LLMInstallerBundle, bundle=com.intellij.IntelliJResourceBundle@7cc0fbd2)
                at com.intellij.testFramework.TestLoggerFactory$TestLogger.error(TestLoggerFactory.java:460)
                at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
                at com.intellij.BundleBaseKt.useDefaultValue(BundleBase.kt:283)
                at com.intellij.IntelliJResourceBundle.getMessage(IntelliJResourceBundle.kt:38)
                at com.intellij.BundleBaseKt.messageOrDefault(BundleBase.kt:246)
                at com.intellij.BundleBase.messageOrDefault(BundleBase.kt:105)
                at com.intellij.notification.impl.NotificationGroupEP.getDisplayName(NotificationGroupEP.java:118)
                at com.intellij.notification.impl.NotificationGroupManagerImplKt.registerNotificationGroup(NotificationGroupManagerImpl.kt:88)
                at com.intellij.notification.impl.NotificationGroupManagerImplKt.computeGroups$lambda$0(NotificationGroupManagerImpl.kt:67)
                at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processWithPluginDescriptor(ExtensionPointImpl.kt:1087)

Found this issue in gitlab: java.lang.Throwable: 'ai.installer.notification.group.name' is not found with v2.2.0 and IntelliJ 2024.3.1 · Issue #1838 · JetBrains/intellij-platform-gradle-plugin · GitHub looks like is fixed in 2024.3.2.1