From cfcf47f1c8b351892e6510921490f19df6e16f0a Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Sun, 31 Oct 2021 22:15:55 +0100 Subject: [PATCH] STY: autopep8'ed test_misc.py --- tests/test_misc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_misc.py b/tests/test_misc.py index aa559e6..559bd99 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -225,7 +225,8 @@ def test_annotation(): def test_info(): - assert admin.get_server_property("TRANSACTION_BENCHMARK_ENABLED") == "TRUE", "Please activate the transaction benchmark with the server option TRANSACTION_BENCHMARK_ENABLED=TRUE (Restart of the server needed)" + assert admin.get_server_property( + "TRANSACTION_BENCHMARK_ENABLED") == "TRUE", "Please activate the transaction benchmark with the server option TRANSACTION_BENCHMARK_ENABLED=TRUE (Restart of the server needed)" i = Info() assert (i.messages["Flags"]) is not None assert (i.messages["Counts"]) is not None -- GitLab