Avoid test from failing when the enterprise modules are not present.

This commit is contained in:
Benoit Marty 2025-02-24 09:32:40 +01:00
parent 0338a5008b
commit 0f888ae018

View file

@ -64,9 +64,6 @@ class KonsistLicenseTest {
.filter {
it.moduleName.startsWith("enterprise")
}
.also {
assertThat(it).isNotEmpty()
}
.assertTrue {
enterpriseLicense.containsMatchIn(it.text)
}