diff --git a/tests/test_misc.py b/tests/test_misc.py
index aa559e6caacd7c5754a47c3fef790cc6da0dcfee..559bd9971f9976011db37587db501ee4db0e2210 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