diff --git a/tests/test_configure.py b/tests/test_configure.py index 37a235ff4..a307421b8 100644 --- a/tests/test_configure.py +++ b/tests/test_configure.py @@ -64,7 +64,7 @@ from logfire.testing import TestExporter PROCESS_RUNTIME_VERSION_REGEX = r'(?P\d+)\.(?P\d+)\.(?P\d+)' -PROCESS_RUNTIME_DESCRIPTION_REGEX = r'(?P\d+)\.(?P\d+)\.(?P\d+) \(main, (?P[A-Za-z]{3}) (?P\d{1,2}) (?P\d{4}), (?P\d{2}):(?P\d{2}):(?P\d{2})\) \n?\[Clang (?P[\d.]+)\s?\]' +PROCESS_RUNTIME_DESCRIPTION_REGEX = r'(?P\d+)\.(?P\d+)\.(?P\d+) \(main, (?P[A-Za-z]{3})\s+(?P\d{1,2}) (?P\d{4}),(?P\d{2}):(?P\d{2}):(?P\d{2})\)\s*\[Clang (?P[\d.]+)\s*\]' def test_propagate_config_to_tags(exporter: TestExporter) -> None: