From 8844102c2fe5d30e430d4c04240b5879d6d319a8 Mon Sep 17 00:00:00 2001 From: Marcelo Henrique Neppel Date: Thu, 9 Jan 2025 14:14:49 -0300 Subject: [PATCH] Add comment Signed-off-by: Marcelo Henrique Neppel --- tests/integration/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_config.py b/tests/integration/test_config.py index e056e2704e..8a8aea6156 100644 --- a/tests/integration/test_config.py +++ b/tests/integration/test_config.py @@ -35,7 +35,7 @@ async def test_config_parameters(ops_test: OpsTest) -> None: }, # config option is one of `on`, `remote_apply` or `remote_write` { "instance_max_locks_per_transaction": ["-1", "64"] - }, + }, # config option is between 64 and 2147483647 { "instance_password_encryption": [test_string, "scram-sha-256"] }, # config option is one of `md5` or `scram-sha-256`