Skip to content
Snippets Groups Projects
Verified Commit cfcf47f1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed test_misc.py

parent 5721264d
Branches
Tags
No related merge requests found
Pipeline #15401 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment