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

TST: update tests

parent f21cf095
No related branches found
No related tags found
No related merge requests found
Pipeline #19099 failed
......@@ -227,7 +227,7 @@ 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)"
"TRANSACTION_BENCHMARK_ENABLED").lower() == "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