From d401a41a2459d3a8700a376b9d8c0ebc56162a94 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:21:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/processors/test_renderers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/processors/test_renderers.py b/tests/processors/test_renderers.py index 1915b883..ca7ec31e 100644 --- a/tests/processors/test_renderers.py +++ b/tests/processors/test_renderers.py @@ -495,7 +495,7 @@ def test_false_utc(self): try: datetime.datetime.strptime(timestamp, expected_format) except ValueError: - pytest.fail(f"Timestamp does not match expected format") + pytest.fail("Timestamp does not match expected format") class TestFormatExcInfo: