From 6eb8f6cd81edb14427bcd903d6fcbeb51b29ce28 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 4 Feb 2022 16:40:27 +0100 Subject: [PATCH] TST: update tests --- tests/test_misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_misc.py b/tests/test_misc.py index 177843a..da5e815 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -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 -- GitLab