We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d4b56 commit f2da390Copy full SHA for f2da390
tests/ElasticApmTests/ComponentTests/ConfigSettingTest.php
@@ -348,7 +348,7 @@ public static function appCodeForTestAllWaysToSetConfig(MixedMap $appCodeArgs):
348
$optActualValuesToVerify += compact('optActualValueParsedByNativePart');
349
} else {
350
$optRawValue = $appCodeArgs->get(self::OPTION_RAW_VALUE_KEY);
351
- self::assertSame($optRawValue === null ? $optRawValue : TextUtilForTests::valuetoString($optRawValue), $optActualValueParsedByNativePart);
+ self::assertSame($optRawValue === null ? $optRawValue : trim(TextUtilForTests::valuetoString($optRawValue)), $optActualValueParsedByNativePart);
352
}
353
354
$dbgCtx->pushSubScope();
0 commit comments