[MPP] Change the deprecation message for HMPP properties
KT-55891
This commit is contained in:
committed by
Space Team
parent
37c87b0a84
commit
b0c360b1b6
+1
-1
@@ -39,7 +39,7 @@ class MppDeprecatedPropertiesIt : KGPBaseTest() {
|
||||
|
||||
defaultFlags.keys.forEach { flag ->
|
||||
assert(
|
||||
warnings.any { warning -> Regex(".*$flag.*is deprecated.*").matches(warning) },
|
||||
warnings.any { warning -> Regex(".*$flag.*is obsolete.*").matches(warning) },
|
||||
"A deprecation warning for the '$flag' should have been reported",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user